Hi, is there any workaround to use inline classes ...
# serialization
k
Hi, is there any workaround to use inline classes with kotlinx-serialization now? I tried to implement custom serializer, but the compiler still doesn't allow me to mark inline class as serializable
Nevermind, I finally found https://kotlinlang.slack.com/archives/C7A1U5PTM/p1565970929133500?thread_ts=1565962548.129000&cid=C7A1U5PTM which answers my question. Sadly though, looks like I'll have to go with plain primitive types for now...
👍 3
m
Thanks for the update on the subject.