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
Loney Chou
10/29/2022, 2:10 AM
No you can't, this time you must provide a serializer explicitly.