The methods of Android.OS.IParcelableCreator are listed below. For a list of all members, see the IParcelableCreator Members list.
CreateFromParcel(Parcel)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)Create a new array of the Parcelable class. |