阅读(2171)
赞(22)
序列化时要注意什么?
2017-07-03 15:48:16 更新
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.
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.