The methods of Android.OS.IParcelableClassLoaderCreator are listed below. For a list of all members, see the IParcelableClassLoaderCreator Members list.
CreateFromParcel(Parcel, Java.Lang.ClassLoader)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. |