ParcelableCompatCreatorCallbackspublic interface ParcelableCompatCreatorCallbacks Callbacks a {@link Parcelable} creator should implement. |
Methods Summary |
---|
public T | createFromParcel(android.os.Parcel in, java.lang.ClassLoader loader)Create a new instance of the Parcelable class, instantiating it
from the given Parcel whose data had previously been written by
{@link Parcelable#writeToParcel Parcelable.writeToParcel()} and
using the given ClassLoader.
| public T[] | newArray(int size)Create a new array of the Parcelable class.
|
|