Java.IO.IObjectInput.ReadObject Method
Reads the next object from this stream.

Syntax

[Android.Runtime.Register("readObject", "()Ljava/lang/Object;", "GetReadObjectHandler:Java.IO.IObjectInputInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object ReadObject ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassNotFoundExceptionif the object's class cannot be found.
Java.IO.IOExceptionif this stream is closed or another I/O error occurs.

Remarks

Reads the next object from this 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