ObjectOutputStream.PutField.Write(IObjectOutput) Method

Definition

Writes the fields to the target stream out.

[Android.Runtime.Register("write", "(Ljava/io/ObjectOutput;)V", "GetWrite_Ljava_io_ObjectOutput_Handler")]
public abstract void Write (Java.IO.IObjectOutput out);
[<Android.Runtime.Register("write", "(Ljava/io/ObjectOutput;)V", "GetWrite_Ljava_io_ObjectOutput_Handler")>]
abstract member Write : Java.IO.IObjectOutput -> unit

Parameters

out
IObjectOutput

the target stream

Attributes

Exceptions

if an error occurs while writing to the target stream.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to