Module java.base
Package 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:
1.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Validates the object.