API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.io.
ObjectInputValidation
View Source
Author(s)
unascribed
Since
JDK1.1
Version
1.19, 11/17/05
Serial
Hierarchy
ObjectInputValidation
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface ObjectInputValidation
Callback interface to allow validation of objects within a graph.
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:
ObjectInputStream
ObjectInputStream.registerValidation(java.io.ObjectInputValidation, int)
Methods
Hide/Show inherited methods
public
void
validateObject
() throws
InvalidObjectException
Validates the object.
Validates the object.
Throws:
-
InvalidObjectException
- If the object cannot validate itself.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar