ngs
ngs copied to clipboard
Design and implement serialization
Requirements
- Architecture-independent
- (probably) For inter-op with UI clients which run in the browser, one of the formats should be JSON based
Resources
- https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/basic-serialization.md
- https://www.baeldung.com/java-serialization