Super class Serialization
The superclasses of your serialized classes need not be Serializable. However, those superclass fields won’t be saved/restored. The fields will be restored to whatever you would get running the non-arg constructor.
http://mindprod.com/jgloss/serialization.html
No comments:
Post a Comment