What is the current state of kotlinx.serialization...
# serialization
a
What is the current state of kotlinx.serializationi? More importantly what is the current state on seralizing inline classes?
👀 1
4
j
inline classes doesn't serialize in 1.4 rc that's as much as i know
a
Any plans on some sort of road maps?
a
In the last kotlin conf, they said they'll be working on it
j
i guess we'll have to wait for it, was hoping to use inline classes as well to simplify my validation, but had to go the delegates route in order to get validation working and serialization