Interface java.io.ObjectInputValidation
All Packages Class Hierarchy This Package Previous Next Index
Interface java.io.ObjectInputValidation
- public interface ObjectInputValidation
- extends Object
Callback interface to allow validation of objects within a graph.
Allows an object to be called when a complete graph of objects has
been deserialized.
- See Also:
- registerValidate
-
validateObject()
- Validates the object
validateObject
public abstract void validateObject() throws ObjectInvalidException
- Validates the object
- Throws: ObjectInvalidException
- If
All Packages Class Hierarchy This Package Previous Next Index