Even if a class implements Serializable, there's no guarantee that it can be serialized.
即使一个类实现了Serializable,依然不能保证它能够串行化。
Listing 1. Is the class serializable?
清单1.此类是否可串行化?
It is an error to declare a class Serializable if this is not the case.
如果不是这种情况,则声明一个类为可序列化类是错误的。
It is an error to declare a class Serializable if this is not the case.
如果不是这种情况,则声明一个类为可序列化类是错误的。
应用推荐