java.io.ObjectInputValidation |
A callback interface for post-deserialization checks on objects. Allows, for example, the validation of a whole graph of objects after all of them have been loaded.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Validates this object.
|
Validates this object.
InvalidObjectException | if this object fails to validate itself. |
---|