sandwwraith
08/23/2019, 3:45 PMv0.12.0
has been released! This release is binary compatible with Kotlin/Native 1.3.50. Some highlights:
• Added wasm and linuxArm32Hfp Kotlin/Native targets to publication
• Multiplatform serializer resolving from KType
class (which can be obtained from typeOf() function). Doesn't work for user-defined generic classes, but works for standard collections.
• JSON parser is more strict now: leading/trailing commas and other separators are prohibited.
• JSON exceptions hierarchy has been reworked.
Full changelog: https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md#v0120--2019-08-23Jeremy
08/23/2019, 4:25 PMsandwwraith
08/25/2019, 7:27 PM