Java.IO.ObjectStreamClass Class
Represents a descriptor for identifying a class during serialization and deserialization.

See Also: ObjectStreamClass Members

Syntax

[Android.Runtime.Register("java/io/ObjectStreamClass", DoNotGenerateAcw=true)]
public class ObjectStreamClass : Java.Lang.Object, ISerializable, IDisposable

Remarks

Represents a descriptor for identifying a class during serialization and deserialization. Information contained in the descriptor includes the name and SUID of the class as well as field names and types. Information inherited from the superclasses is also taken into account.

See Also

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1