SE450: Serialization: Transient Fields [11/32] |
If fields reference a non-serializable object, declare those
fields transient
.
Transient fields are not written when the object is serialized (written).
Transient fields are set to null
when the
object is deserialized (read).