java.io
Interface 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
- Version:
- 1.15, 02/02/00
- Author:
- unascribed
- See Also:
ObjectInputStream,
ObjectInputStream.registerValidation(java.io.ObjectInputValidation, int)
validateObject
void validateObject()
throws InvalidObjectException
- Validates the object.
- Throws:
InvalidObjectException - If the object cannot validate itself.
Copyright © 2011. All Rights Reserved.