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 paramParcel,
int paramInt) |
static final int CONTENTS_FILE_DESCRIPTOR
static final int PARCELABLE_WRITE_RETURN_VALUE
int describeContents()
void writeToParcel(Parcel paramParcel, int paramInt)
Copyright © 2022. All rights reserved.