-
public interface ObjectInputValidationCallback interface to allow validation of objects within a graph. Allows an object to be called when a complete graph of objects has been deserialized.- Since:
- 1.1
- See Also:
ObjectInputStream,ObjectInputStream.registerValidation(java.io.ObjectInputValidation, int)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidateObject()Validates the object.
-
-
-
Method Detail
-
validateObject
void validateObject() throws InvalidObjectExceptionValidates the object.- Throws:
InvalidObjectException- If the object cannot validate itself.
-
-