| Package | Description |
|---|---|
| android.os | |
| org.immutables.fixture.parcelable |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Parcelable.ClassLoaderCreator<T> |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<String> |
Parcel.STRING_CREATOR |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends Parcelable> |
Parcel.readParcelableCreator(ClassLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T[] |
Parcel.createTypedArray(Parcelable.Creator<T> c) |
abstract <T> ArrayList<T> |
Parcel.createTypedArrayList(Parcelable.Creator<T> c) |
abstract <T extends Parcelable> |
Parcel.readCreator(Parcelable.Creator<T> creator,
ClassLoader loader) |
abstract <T> T[] |
Parcel.readTypedArray(Parcelable.Creator<T> c)
Deprecated.
|
abstract <T> void |
Parcel.readTypedArray(T[] val,
Parcelable.Creator<T> c) |
abstract <T> void |
Parcel.readTypedList(List<T> list,
Parcelable.Creator<T> c) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<CustomParcelable> |
CustomParcelable.CREATOR |
Copyright © 2022 The Immutables.org authors. All rights reserved.