public interface ParcelConverter<T> extends TypeRangeParcelConverter<T,T>
Defines a concrete serialization of an instance to and from a Parcel.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ParcelConverter.EmptyConverter
Noop ParcelConverter used as a empty placeholder for the Parcel.value annotation parameter.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CONVERT_FROM_PARCEL |
static String |
CONVERT_TO_PARCEL |
fromParcel, toParcelstatic final String CONVERT_TO_PARCEL
static final String CONVERT_FROM_PARCEL
Copyright © 2020. All Rights Reserved.