Android.OS.IParcelableCreator Members

The members of Android.OS.IParcelableCreator are listed below.

Public Methods

CreateFromParcel(Parcel) : Java.Lang.Object
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).
NewArray(int) : Java.Lang.Object[]
Create a new array of the Parcelable class.