sandwwraith
11/19/2019, 1:11 PM0.14.0
has been released! This release contains some breaking changes and requires Kotlin 1.3.60 to work on all platforms. Some highlights:
• Support for tvOS and watchOS in all flavours (added in Kotlin/Native 1.3.60)
• Special support for serializing Kotlin's `object`s and sealed class
es. See updated docs: https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/polymorphism.md#sealed-classes.
• Enums now should support @SerialName
and other specific annotations (but they should be marked @Serializable
).
Full changelog: https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#v0140--2019-11-19Fudge
11/19/2019, 3:22 PMFudge
11/19/2019, 3:23 PMEnumDescriptor
is now SerialDescriptor
in encodeEnum
sandwwraith
11/19/2019, 4:13 PMFudge
11/19/2019, 4:32 PMaltavir
11/19/2019, 6:00 PMturansky
11/20/2019, 10:27 AM1.3
? OOB serialization - 1.4
?sandwwraith
11/20/2019, 2:04 PMsandwwraith
11/20/2019, 2:09 PMaltavir
11/20/2019, 2:11 PMaltavir
11/20/2019, 2:12 PMturansky
11/26/2019, 10:01 AMaltavir
11/26/2019, 10:01 AM