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.fieldsstatic final ObjectStreamField[]ObjectStreamClass.NO_FIELDSSet 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.compareObjStrFieldsByNameComparator for ObjectStreamFields by nameMethods in com.sun.corba.ee.impl.io that return ObjectStreamFieldModifier and TypeMethodDescription(package private) ObjectStreamField[]final ObjectStreamFieldGet 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 TypeMethodDescriptionintObjectStreamClass.CompareObjStrFieldsByName.compare(ObjectStreamField o1, ObjectStreamField o2) private voidIIOPInputStream.inputClassFields(Object o, Class<?> cl, ObjectStreamField[] fields, CodeBase sender) private ObjectIIOPInputStream.inputObjectField(ObjectStreamField field) Factored out of inputClassFields and reused in inputCurrentClassFieldsForReadFields.private voidIIOPInputStream.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 voidIIOPOutputStream.outputClassFields(Object o, Class cl, ObjectStreamField[] fields) private voidIIOPInputStream.readingField(int index, ObjectStreamField fld) booleanObjectStreamField.typeEquals(ObjectStreamField other) Compare the types of two class descriptors.(package private) voidIIOPOutputStream.writeField(ObjectStreamField field, Object value) (package private) abstract voidOutputStreamHook.writeField(ObjectStreamField field, Object value) private voidIIOPOutputStream.writeObjectField(ObjectStreamField field, Object objectValue)