Data serialization isn’t exactly a groundbreaking topic, and it’s likely everyone reading this deals with it on a regular basis. Typically we use an external library to help us parse a server response body into its model representation, some of the most common being GSON, Moshi or Jackson. But did you know that Kotlin has its own library to help us with this task?
Join us for this deep dive into the Kotlin Serialization library. You’ll find out how to set it up in your project and get taken through some operation examples, with a focus on the important Android specific implementation details, including integration with Retrofit. This session will help you determine if Kotlin Serialization is the right choice for your next project.