Kotson v2.3.0 Release Notes
Release Date: 2016-06-22 // over 6 years ago-
- In a
JsonSerializer
, usingit.context.serialize
now serializes according to the object real type (at runtime), which is consistent withGson.toJson
. Serializing according to the compile time type is possible withit.context.typedSerialize
, which is consistent withGson.typedToJson
. - Gson
2.7
, see changelog. - Kotlin
1.0.2-1
- In a