1. decreases the flexibility to change a class’s implementation once it has been released. - If you opt to make a class serializable, you should carefully design a high-quality serialized form that ...
Item 86: Implement Serializable with great caution(非常谨慎地实现 Serializable) Allowing a class’s instances to be serialized can be as simple as adding the words implements Serializable to its declaration.