Uses of Class
com.sun.corba.ee.impl.io.ObjectStreamField
-
Packages that use ObjectStreamField Package Description com.sun.corba.ee.impl.io -
-
Uses of ObjectStreamField in com.sun.corba.ee.impl.io
Fields in com.sun.corba.ee.impl.io declared as ObjectStreamField Modifier and Type Field Description private ObjectStreamField[]
ObjectStreamClass. fields
static 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 ObjectStreamField Modifier and Type Field Description private static java.util.Comparator<ObjectStreamField>
ObjectStreamClass. compareObjStrFieldsByName
Comparator for ObjectStreamFields by nameMethods in com.sun.corba.ee.impl.io that return ObjectStreamField Modifier and Type Method Description (package private) ObjectStreamField[]
ObjectStreamClass.PersistentFieldsValue. get(java.lang.Class<?> type)
ObjectStreamField
ObjectStreamClass. getField(java.lang.String name)
Get the field of this class by name.ObjectStreamField[]
ObjectStreamClass. getFields()
Return an array of the fields of this serializable class.(package private) ObjectStreamField[]
IIOPOutputStream. getFieldsNoCopy()
(package private) ObjectStreamField[]
ObjectStreamClass. getFieldsNoCopy()
(package private) abstract ObjectStreamField[]
OutputStreamHook. getFieldsNoCopy()
private static ObjectStreamField[]
ObjectStreamClass.PersistentFieldsValue. translateFields(java.io.ObjectStreamField[] fields)
static ObjectStreamField[]
ObjectStreamClass. translateFields(java.io.ObjectStreamField[] fields)
Methods in com.sun.corba.ee.impl.io with parameters of type ObjectStreamField Modifier and Type Method Description int
ObjectStreamClass.CompareObjStrFieldsByName. compare(ObjectStreamField o1, ObjectStreamField o2)
private void
IIOPInputStream. inputClassFields(java.lang.Object o, java.lang.Class<?> cl, ObjectStreamField[] fields, CodeBase sender)
private java.lang.Object
IIOPInputStream. inputObjectField(ObjectStreamField field)
Factored out of inputClassFields and reused in inputCurrentClassFieldsForReadFields.private void
IIOPInputStream. inputPrimitiveField(java.lang.Object o, java.lang.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(java.lang.Object o, java.lang.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, java.lang.Object value)
(package private) abstract void
OutputStreamHook. writeField(ObjectStreamField field, java.lang.Object value)
private void
IIOPOutputStream. writeObjectField(ObjectStreamField field, java.lang.Object objectValue)
-