You need some serialization library. You can use J...
# announcements
g
You need some serialization library. You can use Java Serializable interface for this. Or some library to serialize to some format (protobuf, json, something else), and of course you can use kotlinx.serialization (channel about this solution #C7A1U5PTM )