FileDocCategorySizeDatePackage
ObjectInputValidation.javaAPI DocAndroid 1.5 API1428Wed May 06 22:41:04 BST 2009java.io

ObjectInputValidation

public interface ObjectInputValidation
A callback interface for post-deserialization checks on objects. Allows, for example, the validation of a whole graph of objects after all of them have been loaded.
see
ObjectInputStream
see
ObjectInputStream#registerValidation(ObjectInputValidation, int)
since
Android 1.0

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

throws
InvalidObjectException if this object fails to validate itself.
since
Android 1.0