Java.IO.ObjectStreamClass Members

The members of Java.IO.ObjectStreamClass are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Namestring. Returns the name of the class represented by this descriptor.
[read-only]
static
NoFieldsIList<ObjectStreamField>. Constant indicating that the class has no Serializable fields.
[read-only]
SerialVersionUIDlong. Returns the Serial Version User ID of the class represented by this descriptor.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ForClass() : Java.Lang.Class
Returns the class (java.lang.
GetField(string) : ObjectStreamField
Gets a field descriptor of the class represented by this class descriptor.
GetFields() : ObjectStreamField[]
Returns a collection of field descriptors for the serialized fields of the class represented by this class descriptor.
static
Lookup(Java.Lang.Class) : ObjectStreamClass
Documentation for this section has not yet been entered.
static
LookupAny(Java.Lang.Class) : ObjectStreamClass
Documentation for this section has not yet been entered.