I'm trying to save an object that has an ArrayList
of Connector
, which is a class that extends Path2D.Double
. It gives me the exception gui.Connector; no valid constructor
. I did a little research and came across this:
no valid constructor when serializing a subclass of Path2D.Double
It gave me a fine explanation, but no workaround. Is there a way I can desserialize a subclass of Path2D.Double
?