Is there any workaround for serializing inline classes (or UInt/UShort/UByte specifically). I know inline classes are not supported for serialization right now, but is there a way to make it work (no matter how verbose)?
Hauke Radtki
01/08/2020, 8:20 PM
What I tried:
@ContextualSerialization
and specifying a serializer directly via
@Serializable(with=...)
on the properties
Hauke Radtki
01/08/2020, 8:21 PM
Both result in a build error regarding invalid bytecode