Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Update Shoebox, migrating from Gson to Kotlin Serialization

Pre-release
Pre-release
Compare
Choose a tag to compare
@sanity sanity released this 03 Sep 21:04
· 1397 commits to master since this release

Updates Shoebox, which now uses Kotlin serialization rather than Gson.

Note that this will be a breaking change for most code that uses Shoebox. Gson was no-longer recommended for use by its creators, and Kotlin Serialization has the advantage of avoiding runtime reflection - which makes it significantly faster.