1 <p> This class implements the <code>Externalizable</code> interface, but does
2 not define a void constructor. When Externalizable objects are deserialized,
3 they first need to be constructed by invoking the void
4 constructor. Since this class does not have one,
5 serialization and deserialization will fail at runtime.</p>