Package android.os
-
Interface Summary Interface Description Parcelable Interface for classes whose instances can be written to and restored from aParcel
.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 Summary 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 theUUID
class.PersistableBundle A simpler variant ofBundle
that only contains a few basic types and itself. -
Enum Summary Enum Description BaseBundle.Type -
Exception Summary Exception Description BadParcelableException Exception thrown when the parcelable contains data unsuited for parcelling.ParcelFormatException Exception that happens while unmarshaling a parcel back to objects.