How can I add serialization to a Java class that I...
# getting-started
a
How can I add serialization to a Java class that I am extending? Everything I'm reading online talks about how to handle a situation where a class that you are serializing has a property that is a Java class, but in my case I'm extending a class and want to make it serializable. Thanks!
l
No you can't, this time you must provide a serializer explicitly.