Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
知道是否应该使用 java 6 读取(反序列化)使用 java 7 的标准(默认)序列化?
如果您不序列化 Java 7 中添加的任何类,则可以读取它。即,您仍然需要接收端使用的每个类。
顺便说一句,在 Java 1.3 和 1.4 AFAIK 之间进行了不兼容的更改。您应该可以回到 Java 1.4。