Interface ObjectInputValidation

Interface java.io.ObjectInputValidation

Interface Members | This Package | All Packages

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.

See Also:
ObjectInputStream, registerValidation