| java.io.ObjectInputValidation |
Objects to perform validations on other objects read with serialization
should implement this interface. An object's readObject() can
call ObjectInputStream.registerValidation() passing an object
that implements ObjectInputValidation.
| void | validateObject() | ||||
| Validates an object read with serialization. | |||||
| InvalidObjectException | if the receiver fails to validate the object read |
|---|