#kotlin
Kotlinx.Serialization 1.3.0-RC
👉 The first experimental version of the serialization API for IO streams
👉 New way to fine-tune the serialization of default values:
👉 A new JSON configuration property explicitNulls
defines whether null
property values should be included in the serialized JSON string
👉 A way to set a custom discriminator name for each class hierarchy to enable more flexible serialization.
👉 Support for Java module system
👉 Native targets for Apple Silicon
🔨 Bugfixes and improvements
>>Click here to continue<<
