王浩 发表于 2013-8-16 15:46:32

[Oracle interview]What one should take care of while serializing the object?

于郑生 发表于 2013-8-16 15:53:02

Oneshould make sure that all the included objects are also serializable. If anyof the objects is not serializable then it throws a NotSerializableException.
页: [1]
查看完整版本: [Oracle interview]What one should take care of while serializing the object?