java.io
Interface ObjectInputValidation

All Known Implementing Classes:
javax.swing.JComponent.ReadObjectCallback, StemCell

public interface ObjectInputValidation

Untamed: 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.16, 12/03/01
Author:
unascribed
See Also:
ObjectInputStream, ObjectInputStream.registerValidation(java.io.ObjectInputValidation, int)

Method Summary
 void validateObject()
          Enabled: Validates the object.
 

Method Detail

validateObject

public void validateObject()
                    throws InvalidObjectException
Enabled: Validates the object.

InvalidObjectException


comments?