2 This Serializable class defines a non-primitive instance field which is neither transient,
3 Serializable, or <code>java.lang.Object</code>, and does not appear to implement the <code>Externalizable</code>
4 interface or the <code>readObject()</code> and <code>writeObject()</code> methods.
5 Objects of this class will not be deserialized correctly if a non-Serializable object is stored in this field.