public class Account extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Account> |
CREATOR |
String |
name |
String |
type |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUEpublic final String name
public final String type
public static final Parcelable.Creator<Account> CREATOR
public Account(Parcel in)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.