Java.IO.ObjectInputStream.ReadClassDescriptor Method
Reads a class descriptor from the source stream.

Syntax

[Android.Runtime.Register("readClassDescriptor", "()Ljava/io/ObjectStreamClass;", "GetReadClassDescriptorHandler")]
protected virtual ObjectStreamClass ReadClassDescriptor ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassNotFoundExceptionif a class for one of the objects cannot be found.
Java.IO.IOExceptionif an error occurs while reading from the source stream.

Remarks

Reads a class descriptor from the source stream.

[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