1 <p> This class implements the <code>Serializable</code> interface
2 and its superclass does not. When such an object is deserialized,
3 the fields of the superclass need to be initialized by
4 invoking the void constructor of the superclass.
5 Since the superclass does not have one,
6 serialization and deserialization will fail at runtime.</p>