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