Package java.io

Interface 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 Also:
ObjectInputStream.registerValidation(ObjectInputValidation, int)
  • Method Summary

    Modifier and Type Method Description
    void validateObject()
    Validates this object.