This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Version 2.4.0
- Fixed bug where generated type adapters would write out an empty JSON object for a
null
value. - Type adapters now write
null
to JSON instead of{}
fornull
field values. - Rewrote compiler tests in Kotlin and improved their readability.