Uses of Class
java.io.InvalidObjectException
| Package | Description |
|---|---|
| java.io | |
| java.text |
-
Uses of InvalidObjectException in java.io
Methods in java.io that throw InvalidObjectException Modifier and Type Method Description voidObjectInputStream. registerValidation(ObjectInputValidation object, int priority)Registers a callback for post-deserialization validation of objects.voidObjectInputValidation. validateObject()Validates this object. -
Uses of InvalidObjectException in java.text
Methods in java.text that throw InvalidObjectException Modifier and Type Method Description protected ObjectAttributedCharacterIterator.Attribute. readResolve()Resolves a deserialized instance to the correct constant attribute.