Java.IO.IExternalizable.WriteExternal Method
Writes the receiver to the ObjectOutput output.

Syntax

[Android.Runtime.Register("writeExternal", "(Ljava/io/ObjectOutput;)V", "GetWriteExternal_Ljava_io_ObjectOutput_Handler:Java.IO.IExternalizableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void WriteExternal (IObjectOutput output)

Parameters

output
the ObjectOutput to write the object to.

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs attempting to write to output.

Remarks

Writes the receiver to the ObjectOutput output.

[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