[Oracle interview]When you serialize an object, what happens to the object references included in the object?
Theserialization mechanism generates an object graph for serialization. Thus itdetermines whether the included object references are serializable or not.This is a recursive process. Thus when an object is serialized, all theincluded objects are also serialized alongwith the original obect.
页:
[1]