kotlinx.serialization v0.4.2 Release Notes

Release Date: 2018-03-07 // about 6 years ago
    • Update runtime library version to match plugin version. Update examples to use latest version of compiler, plugin and runtime. Update Gradle to run on build agents with Java 9.
    • Fix ProGuard rules docs for serialization of classes with generic types
    • Fix ProGuard rules docs for serialization 0.4.1 version
    • Add support for @Serializable classes that are private and live out of kotlinx.serialization package. In such case the Companion field is not visible and must be set accessible before use.
    • update jvm-example to latest versions