| Package | Description |
|---|---|
| java.io |
Provides for system input and output through data streams, serialization and the file system.
|
| Modifier and Type | Field and Description |
|---|---|
static SerializablePermission |
ObjectStreamConstants.SUBCLASS_IMPLEMENTATION_PERMISSION
Enable overriding of readObject and writeObject.
|
static SerializablePermission |
ObjectStreamConstants.SUBSTITUTION_PERMISSION
Enable substitution of one object for another during serialization/deserialization.
|