Join Slack
Powered by
<kotlinx.serialization 1.3 Released: Experimental ...
# feed
u
user
09/27/2021, 10:18 AM
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
Tiago Nunes
09/28/2021, 1:28 PM
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 🙂
2
Views
Open in Slack
Previous
Next