I need to serialize a data class I do not own. It ...
# getting-started
m
I need to serialize a data class I do not own. It just needs the default Serializer. Is there any easy way of doing this (hopefully without defining a custom serializer)?
1