User Tools

Site Tools


java:experience

实现Serializable的类必须显示声明serialVersionUID

如果不显示申明 serialVersionUID,一个地方序列化出来的对象, 外面一个地方只是稍微改了一点类的内容,然后去反序列化那个对象就解读不出来。

public class MorganTest implements Serializable {
    private static final long serialVersionUID = 345345354245278676L;
}
java/experience.txt · Last modified: 2018/07/24 08:13 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: 沪ICP备12046235号-2
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki