kotlinx.serialization v0.8.3-rc13 Release Notes

Release Date: 2018-10-19 // over 5 years ago
    • Set default byte order to BigEndian (to be more platform-independent and get rid of posix.BYTE_ORDER dependency)
    • Update Kotlin version to 1.3-RC4
    • Remove Gradle metadata from non-native modules
    • Add missing targets (Fixes #232)
    • Add license, developer and scm information in Maven pom in publication (Fixes #239)
    • Add builder for JsonArray
    • Redesign and unify exceptions from parsers (Fixes #238)
    • Move json parser back to monolith module (drops jsonparser artifact)
    • Little improvement of error messages > Not working until plugin is updated:
    • Initial support for skipping defaults: JSON
    • Replace choicesNames to Array to be easily instantiated from generated IR