Uses of Interface
android.os.Parcelable.Creator
-
Packages that use Parcelable.Creator Package Description android.os -
-
Uses of Parcelable.Creator in android.os
Subinterfaces of Parcelable.Creator in android.os Modifier and Type Interface Description static interface
Parcelable.ClassLoaderCreator<P>
Specialization of Parcelable.Creator that allows you to receive the ClassLoader the object is being created in.Fields in android.os declared as Parcelable.Creator Modifier and Type Field Description static Parcelable.Creator<Bundle>
Bundle. CREATOR
static Parcelable.Creator<ParcelUuid>
ParcelUuid. CREATOR
static Parcelable.Creator<PersistableBundle>
PersistableBundle. CREATOR
static Parcelable.Creator<java.lang.String>
Parcel. STRING_CREATOR
Methods in android.os with parameters of type Parcelable.Creator Modifier and Type Method Description <T extends Parcelable>
T[]Parcel. createTypedArray(Parcelable.Creator<T> creator)
<T extends Parcelable>
java.util.ArrayList<T>Parcel. createTypedArrayList(Parcelable.Creator<T> creator)
<T extends Parcelable>
TParcel. readTypedObject(Parcelable.Creator<T> creator)
-