public abstract class GenericParcelable extends Object implements Parcelable
There are two copies of this file, one in clover-android-sdk and one in schema-tool, please keep them in sync.
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
GenericParcelable() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
Bundle |
getBundle()
Gets a Bundle which can be used to get and set data attached to this instance.
|
protected abstract GenericClient |
getGenericClient() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public final Bundle getBundle()
public final int describeContents()
describeContents
in interface Parcelable
public final void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
protected abstract GenericClient getGenericClient()