Java.IO.ObjectInputStream.ReadFields Method
Reads the persistent fields of the object that is currently being read from the source stream.

Syntax

[Android.Runtime.Register("readFields", "()Ljava/io/ObjectInputStream$GetField;", "GetReadFieldsHandler")]
public virtual ObjectInputStream.GetField ReadFields ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.ClassNotFoundExceptionif the class of an object being deserialized can not be found.
Java.IO.IOExceptionif an error occurs while reading from this stream.
Java.IO.NotActiveExceptionif this stream is currently not reading an object.

Remarks

Reads the persistent fields of the object that is currently being read from the source stream. The values read are stored in a GetField object that provides access to the persistent fields. This GetField object is then returned.

[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