Is there a recommended way to abstract data class?
# android
k
Is there a recommended way to abstract data class?
I have multiple objects that share same properties, but differentiate in very few. I'd have to be able to serialize/deserialize same objects.