You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, serializer<T>() successfully lookups serializer for interfaces and implicitly serializable enums only on JVM due to reflection restriction. It also affects all reified functions such as Json.encodeToString<T>(value)
Currently,
serializer<T>()
successfully lookups serializer for interfaces and implicitly serializable enums only on JVM due to reflection restriction. It also affects all reified functions such asJson.encodeToString<T>(value)
We have to lift this restriction in the language and provide a consistent experience across all platforms.
Also, see https://youtrack.jetbrains.com/issue/KT-41339
The text was updated successfully, but these errors were encountered: