Guys, is there any way to serialize/deserialize `s...
# serialization
y
Guys, is there any way to serialize/deserialize
sealed class
to json (via kotlin-serialization of course)?
s
There are no special treatment of sealed classes, so they’re subject to current restricted polymorphic serialization