serialization - Different deserialization behavior between Java 8 and Java 11 - Stack Overflow
As mentioned in the comments and encouraged by the asker, here are the parts of the code that changed between version 8 and version 11 that I assume to be the reason for the different behavior (based on reading and debugging).
The difference is in the ObjectInputStream
class, in one of its core methods. This is the relevant part of the implementation in Java 8:
Read full article from serialization - Different deserialization behavior between Java 8 and Java 11 - Stack Overflow
No comments:
Post a Comment