| Package | Description |
|---|---|
| android.os | |
| org.immutables.fixture.parcelable |
| Modifier and Type | Method and Description |
|---|---|
static Parcel |
Parcel.obtain() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Parcel.appendFrom(Parcel parcel,
int offset,
int length) |
T |
Parcelable.Creator.createFromParcel(Parcel source) |
T |
Parcelable.ClassLoaderCreator.createFromParcel(Parcel source,
ClassLoader loader) |
boolean |
IBinder.transact(int code,
Parcel data,
Parcel reply,
int flags) |
void |
Parcelable.writeToParcel(Parcel dest,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImmutableParcVal.writeToParcel(Parcel out,
int flags) |
void |
CustomParcelable.writeToParcel(Parcel dest,
int flags) |
Copyright © 2022 The Immutables.org authors. All rights reserved.