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.

Public Method Summary

abstract void
validateObject()
Validates this object.

Public Methods

public abstract void validateObject ()

Validates this object.

Throws
InvalidObjectException if this object fails to validate itself.