Interface | Description |
---|---|
Parcelable |
Interface for classes whose instances can be written to and restored from a
Parcel . |
Parcelable.ClassLoaderCreator<P> |
Specialization of Parcelable.Creator that allows you to receive the
ClassLoader the object is being created in.
|
Parcelable.Creator<P> |
Creator class.
|
Class | Description |
---|---|
BaseBundle |
Base class for the two Bundle classes.
|
Bundle |
Main bundle class.
|
Parcel |
Non-Android port of android serialization utility class.
|
ParcelUuid |
Parcelable wrapper around the
UUID class. |
PersistableBundle |
A simpler variant of
Bundle that only contains a few basic types
and itself. |
Enum | Description |
---|---|
BaseBundle.Type |
Exception | Description |
---|---|
BadParcelableException |
Exception thrown when the parcelable contains data unsuited for parcelling.
|
ParcelFormatException |
Exception that happens while unmarshaling a parcel back to objects.
|
Copyright © 2018. All rights reserved.