ObjectInputValidationpublic interface 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. |
Methods Summary |
---|
public void | validateObject()Validates this object.
|
|