| Package | Description |
|---|---|
| java.io |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| 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.
|
Copyright © 2016 API Design. All Rights Reserved.