Java.IO.ObjectOutputStream.WriteObject Method
Writes an object to the target stream.

Syntax

[Android.Runtime.Register("writeObject", "(Ljava/lang/Object;)V", "")]
public void WriteObject (Java.Lang.Object object)

See Also

ObjectInputStream.ReadObject

Parameters

object
the object to write to the target stream.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs while writing to the target stream.

Remarks

Writes an object to the target 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