public static interface Parcelable.ClassLoaderCreator<P> extends Parcelable.Creator<P>
Modifier and Type | Method and Description |
---|---|
P |
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.
|
createFromParcel, newArray
P createFromParcel(Parcel source, ClassLoader loader)
source
- Parcel to read from.loader
- The classloader to use to load instance classes.Copyright © 2017. All rights reserved.