:mega: kotlinx.serialization `1.3.0` has been rele...
# serialization
s
📣 kotlinx.serialization
1.3.0
has been released! This release brings a lot of new features, such as preview of
<http://java.io|java.io>.*Stream
-based serialization, additional control over default and nullable properties, and more. Check out the blogpost and the changelog: https://blog.jetbrains.com/kotlin/2021/09/kotlinx-serialization-1-3-released/ https://github.com/Kotlin/kotlinx.serialization/blob/v1.3.0/CHANGELOG.md
👏🏻 1
👏 6
🎉 7
a
for a very long time I had issues with
Json.encodeToString()
and
Json.decodeFromString()
I was like whats with all the explicit naming, today with the introduction of
Json.encodeToStream()
I now fully understand why the team chose such a direction. Big up to your hard work