Skip to content

Migrate from Gson to Kotlin Serialization (breaking changes)

Pre-release
Pre-release
Compare
Choose a tag to compare
@sanity sanity released this 03 Sep 19:36
· 43 commits to master since this release
  • Migrate from Gson to Kotlin Serialization
    • More efficient, no runtime reflection
    • Gson is no-longer recommended for use by its creators
    • LmdbStore now serializes using ProtoBuf rather than JSON
  • Upgrade kotlintesting to kotest