java.io.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.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Validates the object.
|
Validates the object.
InvalidObjectException | If the object cannot validate itself. |
---|