软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
Modifier and Type | Field and Description |
---|---|
static ObjectStreamField[] |
ObjectStreamClass.NO_FIELDS
serialpersistentfields表示没有序列化字段值
|
Modifier and Type | Method and Description |
---|---|
ObjectStreamField |
ObjectStreamClass.getField(String name)
按名称获取该类的字段。
|
ObjectStreamField[] |
ObjectStreamClass.getFields()
返回此序列化类的字段的数组。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.