标题: [Oracle interview]What one should take care of while serializing the object? [打印本页] 作者: 王浩 时间: 2013-8-16 15:46 标题: [Oracle interview]What one should take care of while serializing the object? 作者: 于郑生 时间: 2013-8-16 15:53
One should make sure that all the included objects are also serializable. If any of the objects is not serializable then it throws a NotSerializableException.