Uses of Class
com.sun.corba.ee.impl.io.ObjectStreamField
Packages that use ObjectStreamField
-
Uses of ObjectStreamField in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io declared as ObjectStreamFieldModifier and TypeFieldDescriptionprivate ObjectStreamField[]
ObjectStreamClass.fields
static final ObjectStreamField[]
ObjectStreamClass.NO_FIELDS
Set serialPersistentFields of a Serializable class to this value to denote that the class has no Serializable fields.Fields in com.sun.corba.ee.impl.io with type parameters of type ObjectStreamFieldModifier and TypeFieldDescriptionprivate static final Comparator
<ObjectStreamField> ObjectStreamClass.compareObjStrFieldsByName
Comparator for ObjectStreamFields by nameMethods in com.sun.corba.ee.impl.io that return ObjectStreamFieldModifier and TypeMethodDescription(package private) ObjectStreamField[]
final ObjectStreamField
Get the field of this class by name.ObjectStreamClass.getFields()
Return an array of the fields of this serializable class.(package private) ObjectStreamField[]
IIOPOutputStream.getFieldsNoCopy()
(package private) final ObjectStreamField[]
ObjectStreamClass.getFieldsNoCopy()
(package private) abstract ObjectStreamField[]
OutputStreamHook.getFieldsNoCopy()
private static ObjectStreamField[]
ObjectStreamClass.PersistentFieldsValue.translateFields
(ObjectStreamField[] fields) static final ObjectStreamField[]
ObjectStreamClass.translateFields
(ObjectStreamField[] fields) Methods in com.sun.corba.ee.impl.io with parameters of type ObjectStreamFieldModifier and TypeMethodDescriptionint
ObjectStreamClass.CompareObjStrFieldsByName.compare
(ObjectStreamField o1, ObjectStreamField o2) private void
IIOPInputStream.inputClassFields
(Object o, Class<?> cl, ObjectStreamField[] fields, CodeBase sender) private Object
IIOPInputStream.inputObjectField
(ObjectStreamField field) Factored out of inputClassFields and reused in inputCurrentClassFieldsForReadFields.private void
IIOPInputStream.inputPrimitiveField
(Object o, Class<?> cl, ObjectStreamField field) Factored out of inputClassFields This reads a primitive value and sets it in the field of o described by the ObjectStreamField field.private void
IIOPOutputStream.outputClassFields
(Object o, Class cl, ObjectStreamField[] fields) private void
IIOPInputStream.readingField
(int index, ObjectStreamField fld) boolean
ObjectStreamField.typeEquals
(ObjectStreamField other) Compare the types of two class descriptors.(package private) void
IIOPOutputStream.writeField
(ObjectStreamField field, Object value) (package private) abstract void
OutputStreamHook.writeField
(ObjectStreamField field, Object value) private void
IIOPOutputStream.writeObjectField
(ObjectStreamField field, Object objectValue)