FileDocCategorySizeDatePackage
ObjectInputValidation.javaAPI DocJava SE 5 API799Fri Aug 26 14:57:00 BST 2005java.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.
author
unascribed
version
1.18, 12/19/03
see
ObjectInputStream
see
ObjectInputStream#registerValidation(java.io.ObjectInputValidation, int)
since
JDK1.1

Fields Summary
Constructors Summary
Methods Summary
public voidvalidateObject()
Validates the object.

exception
InvalidObjectException If the object cannot validate itself.