Java.IO.ObjectInputStream.DefaultReadObject Method
Default method to read objects from this stream.

Syntax

[Android.Runtime.Register("defaultReadObject", "()V", "GetDefaultReadObjectHandler")]
public virtual void DefaultReadObject ()

See Also

ObjectOutputStream.DefaultWriteObject

Exceptions

TypeReason
Java.Lang.ClassNotFoundExceptionif the object's class cannot be found.
Java.IO.IOExceptionif an I/O error occurs while reading the object data.
Java.IO.NotActiveExceptionif this method is not called from readObject().

Remarks

Default method to read objects from this stream. Serializable fields defined in the object's class and superclasses are 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