Java.IO.ObjectInputStream.ResolveClass Method
Loads the Java class corresponding to the class descriptor osClass that has just been read from the source stream.

Syntax

[Android.Runtime.Register("resolveClass", "(Ljava/io/ObjectStreamClass;)Ljava/lang/Class;", "GetResolveClass_Ljava_io_ObjectStreamClass_Handler")]
protected virtual Java.Lang.Class ResolveClass (ObjectStreamClass osClass)

Parameters

osClass
an ObjectStreamClass read from the source stream.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassNotFoundExceptionif the class for an object cannot be found.
Java.IO.IOExceptionif an I/O error occurs while creating the class.

Remarks

Loads the Java class corresponding to the class descriptor osClass that has just been read 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