| 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.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validates an object read with serialization.
| |||||||||||
Validates an object read with serialization.
| InvalidObjectException | if the receiver fails to validate the object read |
|---|