Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)

Interface java.io.ObjectInputValidation

public interface ObjectInputValidation

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.

Since:
JDK1.1
See Also:
ObjectInputStream, registerValidation

Method Index

validateObject()
Validates the object

Methods

validateObject
 public abstract void validateObject() throws InvalidObjectException
Validates the object

Throws: InvalidObjectException
If the object cannot validate itself.

Where Am I? Class Hierarchy (JDK) All Classes (JDK) All Fields and Methods (JDK)