Android.OS.IParcelableClassLoaderCreator.CreateFromParcel Method
Create a new instance of the Parcelable class, instantiating it from the given Parcel whose data had previously been written by Parcelable.writeToParcel(android.os.Parcel, int) and using the given ClassLoader.

Syntax

[Android.Runtime.Register("createFromParcel", "(Landroid/os/Parcel;Ljava/lang/ClassLoader;)Ljava/lang/Object;", "GetCreateFromParcel_Landroid_os_Parcel_Ljava_lang_ClassLoader_Handler:Android.OS.IParcelableClassLoaderCreatorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object CreateFromParcel (Parcel source, Java.Lang.ClassLoader loader)

Parameters

source
The Parcel to read the object's data from.
loader
The ClassLoader that this object is being created in.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new instance of the Parcelable class, instantiating it from the given Parcel whose data had previously been written by Parcelable.writeToParcel(android.os.Parcel, int) and using the given ClassLoader.

[Android Documentation]

Requirements

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