|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| java.io | Provides for system input and output through data streams, serialization and the file system. |
| Uses of ObjectStreamField in java.io |
|---|
| Modifier and Type | Field and Description |
|---|---|
static ObjectStreamField[] |
ObjectStreamClass.NO_FIELDS
serialPersistentFields value indicating no serializable fields |
| Modifier and Type | Method and Description |
|---|---|
ObjectStreamField |
ObjectStreamClass.getField(String name)
Get the field of this class by name. |
ObjectStreamField[] |
ObjectStreamClass.getFields()
Return an array of the fields of this serializable class. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.