Object Serialization (cont’d)
•
If a field is transient, it’s value is not
persistent when the object is serialized.
–
This is useful if your object has members
that are not necessary for the object to be
reconstructed.
•
Overall, this is very useful for high-level
object storage.