sandwwraith
07/13/2018, 3:04 PMkotlinx.serialization
version 0.6.0 just has been released. Short highlights:
- Kotlin/Native limited support via JSON parser and JSON abstract syntax tree
- Support of @SerialName
and @SerialInfo
annotations on classes
- Auto-assigning protobuf ids using field index, if @SerialId
is missing on property.
Full changelog: https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#v060--2018-07-13
_Note_: 0.6.0
is a release for stable 1.2.5x
compiler versions. If you’re using eap compiler, you should update to 0.6.1-SNAPSHOT
, which has the same feature set.arne.stockmans
07/16/2018, 6:41 AMsandwwraith
07/16/2018, 9:45 AMarne.stockmans
07/16/2018, 12:29 PM