Uses of Class
java.io.ObjectStreamField
Packages that use ObjectStreamField
Package
Description
Provides for system input and output through data streams,
serialization and the file system.
-
Uses of ObjectStreamField in java.io
Fields in java.io declared as ObjectStreamFieldModifier and TypeFieldDescriptionstatic final ObjectStreamField[]
ObjectStreamClass.NO_FIELDS
serialPersistentFields value indicating no serializable fieldsMethods in java.io that return ObjectStreamFieldModifier and TypeMethodDescriptionGet the field of this class by name.ObjectStreamClass.getFields()
Return an array of the fields of this serializable class.