sandwwraith
09/27/2021, 10:43 AM1.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.mdandylamax
09/28/2021, 3:41 AMJson.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