Hey all, I have a large number of `data class` obj...
# announcements
i
Hey all, I have a large number of
data class
objects which are of a variety of classes that are all part of a sealed class hierarchy. I want to serialize these, but Gson (which I usually use) doesn’t store the type of the object being serialized so it would require custom serializers - which I hope to avoid. Can anyone recommend a painless way to do this?