| Interface | Description |
|---|---|
| ParcelConverter<T> |
Defines a concrete serialization of an instance to and from a Parcel.
|
| Parcels.ParcelableFactory<T> |
Factory class for building a
Parcelable from the given input. |
| ParcelWrapper<T> |
Defines the getter for the contents of a wrapped
@Parcel instance. |
| Repository<T> | |
| TypeRangeParcelConverter<L,U extends L> |
| Class | Description |
|---|---|
| IdentityCollection | |
| InjectionUtil |
Utility class for performing a variety of operations through reflection.
|
| InjectionUtil.GenericType<T> | |
| MapsUtil | |
| ParcelConverter.EmptyConverter |
Noop ParcelConverter used as a empty placeholder for the Parcel.value annotation parameter.
|
| Parcels |
Static utility class used to wrap an
@Parcel annotated class with the generated Parcelable wrapper. |
| Enum | Description |
|---|---|
| Parcel.Serialization |
| Exception | Description |
|---|---|
| ParcelerRuntimeException |
General RuntimeException in the Parceler library.
|
| Annotation Type | Description |
|---|---|
| Generated |
Copy of the Java Generated annotation (absent in Android implementation)
|
| OnUnwrap | |
| OnWrap | |
| Parcel |
Identifies a class to be wrapped by a
Parcelable wrapper. |
| ParcelClass | |
| ParcelClasses | |
| ParcelConstructor | |
| ParcelFactory | |
| ParcelProperty | |
| ParcelPropertyConverter | |
| Transient |
Defines the annotated getter or setter property as ignored when generating a Parcel converter.
|
Copyright © 2017. All Rights Reserved.