- Parcel - Annotation Type in org.parceler
-
Identifies a class to be wrapped by a Parcelable wrapper.
- Parcel.Serialization - Enum in org.parceler
-
- ParcelClass - Annotation Type in org.parceler
-
- ParcelClasses - Annotation Type in org.parceler
-
- ParcelConstructor - Annotation Type in org.parceler
-
- ParcelConverter<T> - Interface in org.parceler
-
Defines a concrete serialization of an instance to and from a Parcel.
- ParcelConverter.EmptyConverter - Class in org.parceler
-
Noop ParcelConverter used as a empty placeholder for the Parcel.value annotation parameter.
- ParcelerRuntimeException - Exception in org.parceler
-
General RuntimeException in the Parceler library.
- ParcelerRuntimeException(String) - Constructor for exception org.parceler.ParcelerRuntimeException
-
- ParcelerRuntimeException(String, Exception) - Constructor for exception org.parceler.ParcelerRuntimeException
-
- ParcelerRuntimeException(String, Throwable) - Constructor for exception org.parceler.ParcelerRuntimeException
-
- ParcelFactory - Annotation Type in org.parceler
-
- ParcelProperty - Annotation Type in org.parceler
-
- ParcelPropertyConverter - Annotation Type in org.parceler
-
- Parcels - Class in org.parceler
-
Static utility class used to wrap an @Parcel annotated class with the generated Parcelable wrapper.
- Parcels.ParcelableFactory<T> - Interface in org.parceler
-
Factory class for building a Parcelable from the given input.
- ParcelWrapper<T> - Interface in org.parceler
-
Defines the getter for the contents of a wrapped @Parcel instance.
- put(int, Object) - Method in class org.parceler.IdentityCollection
-
- put(Object) - Method in class org.parceler.IdentityCollection
-