Java.IO.ObjectOutputStream.PutFields Method
Gets this stream's PutField object.

Syntax

[Android.Runtime.Register("putFields", "()Ljava/io/ObjectOutputStream$PutField;", "GetPutFieldsHandler")]
public virtual ObjectOutputStream.PutField PutFields ()

See Also

ObjectInputStream.DefaultReadObject

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif an I/O error occurs.
Java.IO.NotActiveExceptionif this method is not called from writeObject().

Remarks

Gets this stream's PutField object. This object provides access to the persistent fields that are eventually written to the output stream. It is used to transfer the values from the fields of the object that is currently being written to the persistent fields.

[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