| Package | Description |
|---|---|
| android.os |
| Modifier and Type | Method and Description |
|---|---|
T |
Parcelable.Creator.createFromParcel(Parcel source)
Create a new instance of the Parcelable class, instantiating it
from the given Parcel whose data had previously been written by
Parcelable.writeToParcel(). |
T |
Parcelable.ClassLoaderCreator.createFromParcel(Parcel source,
ClassLoader loader)
Create a new instance of the Parcelable class, instantiating it
from the given Parcel whose data had previously been written by
Parcelable.writeToParcel() and
using the given ClassLoader. |
void |
Parcelable.writeToParcel(Parcel dest,
int flags)
Flatten this object in to a Parcel.
|
Copyright © 2016. All rights reserved.