...
Note that compliance with this rule, while necessary, is not sufficient to guarantee compatible evolution of serializable classes. For a full discussion of comptabile evolution of serializable classes, see the Java Object Serialization Specification (version 6), Chapter 5: Versioning of Serializable Objects [Sun 2006].
Noncompliant Code Example
...
Bibliography
[API 2006] |
|
Item 74, Implement serialization judiciously | |
13.7.5, | |
[Sun 2006] | Java Object Serialization Specification |
...