public interface Parcelable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Parcelable.ClassLoaderCreator<T> |
static interface |
Parcelable.Creator<T> |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTENTS_FILE_DESCRIPTOR |
static int |
PARCELABLE_WRITE_RETURN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(Parcel dest,
int flags) |
static final int PARCELABLE_WRITE_RETURN_VALUE
static final int CONTENTS_FILE_DESCRIPTOR
int describeContents()
void writeToParcel(Parcel dest, int flags)
Copyright © 2022 The Immutables.org authors. All rights reserved.