Releases: livefront/gson-kotlin-adapter
Releases · livefront/gson-kotlin-adapter
v0.3.0
- Ensure that access to the constructor is available allowing private constructors to be used
- When enableDefaultPrimitiveValues is set, always treat primitives as though they have a default value
- Only fetch the delegate adapter when the property is going to be serialized/deserialized
- Move checks for isSealed and isAbstract from create to read since Gson will still serialize the data, even if we cannot deserialize it
- Minor performance improvements
- Add support for Kotlin objects