https://kotlinlang.org logo
#serialization
Title
# serialization
k

Kiryushin Andrey

04/07/2020, 11:18 AM
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

melatonina

04/16/2020, 9:12 PM
Thanks for the update on the subject.
6 Views