Java Platform 1.2
Beta 4

Uses of Class
java.io.ObjectStreamField

Packages that use ObjectStreamField
java.io Provides for system input and output through data streams, serialization and the file system.  
java.lang Provides classes that are fundamental to the design of the Java programming language.  
 

Uses of ObjectStreamField in java.io
 

Fields in java.io declared as ObjectStreamField
static ObjectStreamField[] ObjectStreamClass.NO_FIELDS
          Set serialPersistentFields of a Serializable class to this value to denote that the class has no Serializable fields.
 

Methods in java.io that return ObjectStreamField
 ObjectStreamField[] ObjectStreamClass.getFields()
          Return an array of the fields of this serializable class.
 ObjectStreamField ObjectStreamClass.getField(String name)
          Get the field of this class by name.
 

Uses of ObjectStreamField in java.lang
 

Fields in java.lang declared as ObjectStreamField
static ObjectStreamField[] Class.serialPersistentFields
          Class Class is special cased within the Serialization Stream Protocol.
static ObjectStreamField[] String.serialPersistentFields
          Class String is special cased within the Serialization Stream Protocol.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.