public class BooleanArrayParcelConverter extends Object implements ParcelConverter<boolean[]>
ParcelConverter.EmptyConverterCONVERT_FROM_PARCEL, CONVERT_TO_PARCEL| Constructor and Description |
|---|
BooleanArrayParcelConverter() |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
fromParcel(android.os.Parcel parcel)
Generates an instance from the values provided in the given parcel.
|
void |
toParcel(boolean[] array,
android.os.Parcel parcel)
Write the given input parameter to the destinationParcel.
|
public BooleanArrayParcelConverter()
public void toParcel(boolean[] array, android.os.Parcel parcel)
TypeRangeParcelConverterWrite the given input parameter to the destinationParcel.
toParcel in interface TypeRangeParcelConverter<boolean[],boolean[]>array - U instanceparcel - Parcel to write topublic boolean[] fromParcel(android.os.Parcel parcel)
TypeRangeParcelConverterGenerates an instance from the values provided in the given parcel.
fromParcel in interface TypeRangeParcelConverter<boolean[],boolean[]>parcel - Parcel to read fromCopyright © 2017. All Rights Reserved.