<kotlinx.serialization 1.3 Released: Experimental ...
# feed
u
kotlinx.serialization 1.3 Released: Experimental IO Stream-Based JSON Serialization, Fine-Grained Defaults Control, and More A new version of the Kotlin serialization library – 1.3.0 – is now available following the release of Kotlin 1.5.30. It mainly focuses on broadening the JSON serialization capabilities. Here are the most noticeable changes: Serializing and deserializing Java IO stream. You can now read and write JSON directly to network streams or files. More […]
👍 3
K 7
t
Yay for #excluding-nulls ! Though there could be also property-level control for this feature. Maybe I’d like to have a specific property be serialized, even if it’s null 🙂