@Value.Immutable public abstract class CustomParcelable extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<CustomParcelable> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
CustomParcelable() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<CustomParcelable> CREATOR
public final int describeContents()
public final void writeToParcel(Parcel dest, int flags)
Copyright © 2022 The Immutables.org authors. All rights reserved.