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.
See Also:ObjectInputStream
Method Summary
public void
validateObject() Validates an object read with serialization.