| Interface | Description |
|---|---|
| Parcelable |
Interface for classes whose instances can be written to
and restored from a
Parcel. |
| Parcelable.ClassLoaderCreator<T> |
Specialization of
Parcelable.Creator that allows you to receive the
ClassLoader the object is being created in. |
| Parcelable.Creator<T> |
Interface that must be implemented and provided as a public CREATOR
field that generates instances of your Parcelable class from a Parcel.
|
| Class | Description |
|---|---|
| Parcel |
Copyright © 2016. All rights reserved.