Uses of Class
java.io.InvalidObjectException

Packages that use InvalidObjectException
java.io Provides for system input and output through data streams, serialization and the file system. 
 

Uses of InvalidObjectException in java.io
 

Methods in java.io that throw InvalidObjectException
 void ObjectInputStream.registerValidation(ObjectInputValidation obj, int prio)
          Register an object to be validated before the graph is returned.
 void ObjectInputValidation.validateObject()
          Validates the object.