tree: 39368fe6385ab9e1bceda06fcaa7ffa173474ea8 [path history] [tgz]
  1. gradle/
  2. src/
  3. build.gradle
  4. gradlew
  5. gradlew.bat
  6. pom.xml
  7. README.md
  8. settings.gradle
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 serialized into those formats and back into Kotlin.