Android.OS.IParcelableCreator: Method Members

The methods of Android.OS.IParcelableCreator are listed below. For a list of all members, see the IParcelableCreator Members list.

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.