Android.OS.Parcel.ReadValue Method
Read a typed object from a parcel.

Syntax

[Android.Runtime.Register("readValue", "(Ljava/lang/ClassLoader;)Ljava/lang/Object;", "")]
public Java.Lang.Object ReadValue (Java.Lang.ClassLoader loader)

Parameters

loader
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Read a typed object from a parcel. The given class loader will be used to load any enclosed Parcelables. If it is null, the default class loader will be used.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1