Android Data Serialization Tutorial with the Kotlin Serialization Library | raywenderlich.com

Learn how to use the Kotlin Serialization library in your Android app and how it differs from other data serialization libraries available out there.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/26883403-android-data-serialization-tutorial-with-the-kotlin-serialization-library

Can you do a follow on article for dealing with polymorphic serialization? I want to have a class with a variable that is an interface where each of the classes can be serialized. I am still trying to figure out how to get those to play nicely together.

Will consider it! Can’t promise any ETA :]