Uses of Class
java.io.NotActiveException
| Package | Description |
|---|---|
| java.io |
-
Uses of NotActiveException in java.io
Methods in java.io that throw NotActiveException Modifier and Type Method Description voidObjectInputStream. defaultReadObject()Default method to read objects from this stream.ObjectInputStream.GetFieldObjectInputStream. readFields()Reads the persistent fields of the object that is currently being read from the source stream.voidObjectInputStream. registerValidation(ObjectInputValidation object, int priority)Registers a callback for post-deserialization validation of objects.