王浩 发表于 2013-8-16 15:45:53

[Oracle interview]When you serialize an object, what happens to the object references included in the object?

于郑生 发表于 2013-8-16 15:52:41

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]
查看完整版本: [Oracle interview]When you serialize an object, what happens to the object references included in the object?