android.support.v4.os.ParcelableCompatCreatorCallbacks<T> |
Callbacks a
Parcelable
creator should implement.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
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.
|
||||||||||
|
Create a new array of the Parcelable class.
|
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.
in | The Parcel to read the object's data from. |
---|---|
loader | The ClassLoader that this object is being created in. |
Create a new array of the Parcelable class.
size | Size of the array. |
---|