tree: 4bad34e2495c8d12ed8fc3d60a9ae2be11d6b43d [path history] [tgz]
  1. gradle/
  2. src/
  3. build.gradle
  4. gradlew
  5. gradlew.bat
  6. pom.xml
  7. README.md
example-jvm/README.md

Example Kotlin serialization project for JVM

This project showcases various built-in and custom serialization formats and test cases for classes that can be serialized into those formats.

Use ./gradlew runApp to run a self-test showing how classes are serialization into those formats and back into Kotlin.