Uses of Class
com.sun.corba.se.impl.io.ObjectStreamField
Packages that use ObjectStreamField
-
Uses of ObjectStreamField in com.sun.corba.se.impl.io
Fields in com.sun.corba.se.impl.io declared as ObjectStreamFieldModifier and TypeFieldDescriptionstatic final ObjectStreamField[]ObjectStreamClass.NO_FIELDSSet serialPersistentFields of a Serializable class to this value to denote that the class has no Serializable fields.Methods in com.sun.corba.se.impl.io that return ObjectStreamFieldModifier and TypeMethodDescriptionfinal ObjectStreamFieldGet the field of this class by name.ObjectStreamClass.getFields()Return an array of the fields of this serializable class.Methods in com.sun.corba.se.impl.io with parameters of type ObjectStreamFieldModifier and TypeMethodDescriptionbooleanObjectStreamField.typeEquals(ObjectStreamField other) Compare the types of two class descriptors.