Details
-
Type: New Feature
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1.1
-
Component/s: None
-
Labels:None
Description
The Java serialization spec allows validation objects to be associated with an object stream through the ObjectInputStream.registerValidation(ObjectInputValidation obj, int prio) method.
Although this is only used in two classes in the entire JDK, one of them is JComponent meaning odd things happen when deserializing a Swing component hierarchy.