| Package | Description |
|---|---|
| java.io |
Provides for system input and output through data streams, serialization and the file system.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInputStream |
ObjectInputStream.readFields()
Reads the persistent fields from the stream and makes them available by name.
|