Package | Description |
---|---|
android.os |
Modifier and Type | Interface and Description |
---|---|
static interface |
Parcelable.ClassLoaderCreator<P>
Specialization of Parcelable.Creator that allows you to receive the
ClassLoader the object is being created in.
|
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<Bundle> |
Bundle.CREATOR |
static Parcelable.Creator<ParcelUuid> |
ParcelUuid.CREATOR |
static Parcelable.Creator<PersistableBundle> |
PersistableBundle.CREATOR |
static Parcelable.Creator<String> |
Parcel.STRING_CREATOR |
Modifier and Type | Method and Description |
---|---|
<T extends Parcelable> |
Parcel.createTypedArray(Parcelable.Creator<T> creator) |
<T extends Parcelable> |
Parcel.createTypedArrayList(Parcelable.Creator<T> creator) |
<T extends Parcelable> |
Parcel.readTypedObject(Parcelable.Creator<T> creator) |
Copyright © 2018. All rights reserved.