ngs icon indicating copy to clipboard operation
ngs copied to clipboard

Design and implement serialization

Open ilyash-b opened this issue 6 years ago • 0 comments

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

ilyash-b avatar Jul 26 '18 04:07 ilyash-b