Does anyone have problems combining polymorphic de...
# serialization
k
Does anyone have problems combining polymorphic deserialization with inline classes? I have a class hierarchy that uses polymorphic deserialization and I've converted some of the fields in those classes to use inline classes. On their own, I can deserialize those inline classes just fine, but when they are fields in a class hierarchy I get : Exception in thread "main" kotlinx.serialization.SerializationException: class kotlinx.serialization.json.internal.JsonDecoderForUnsignedTypes can't retrieve untyped values