public interface TypeRangeParcelConverter<L,U extends L>
| Modifier and Type | Method and Description |
|---|---|
U |
fromParcel(android.os.Parcel parcel)
Generates an instance from the values provided in the given parcel.
|
void |
toParcel(L input,
android.os.Parcel parcel)
Write the given input parameter to the destinationParcel.
|
void toParcel(L input, android.os.Parcel parcel)
Write the given input parameter to the destinationParcel.
input - U instanceparcel - Parcel to write toU fromParcel(android.os.Parcel parcel)
Generates an instance from the values provided in the given parcel.
parcel - Parcel to read fromCopyright © 2020. All Rights Reserved.