Java.IO.ObjectOutputStream Class
A specialized Java.IO.OutputStream that is able to write (serialize) Java objects as well as primitive data types (int, byte, char etc.

See Also: ObjectOutputStream Members

Syntax

[Android.Runtime.Register("java/io/ObjectOutputStream", DoNotGenerateAcw=true)]
public class ObjectOutputStream : OutputStream, IObjectOutput, IDisposable

Remarks

A specialized Java.IO.OutputStream that is able to write (serialize) Java objects as well as primitive data types (int, byte, char etc.). The data can later be loaded using an ObjectInputStream.

See Also

[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