java.io.ObjectInputValidation |
Objects to perform validations on other objects read with serialization
should implement this interface. An object's readObject()
can
call ObjectInputStream.registerValidation()
passing an object
that implements ObjectInputValidation.
void | validateObject() | |||||
Validates an object read with serialization. |
InvalidObjectException | if the receiver fails to validate the object read |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |