Android.OS.IParcelableCreator
Interface that must be implemented and provided as a public CREATOR field that generates instances of your Parcelable class from a Parcel.

See Also: IParcelableCreator Members

Syntax

[Android.Runtime.Register("android/os/Parcelable$Creator", "", "Android.OS.IParcelableCreatorInvoker")]
public interface IParcelableCreator : Android.Runtime.IJavaObject, IDisposable

Remarks

Interface that must be implemented and provided as a public CREATOR field that generates instances of your Parcelable class from a Parcel.

[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