Package org.microg.safeparcel
Class AutoSafeParcelable
- java.lang.Object
-
- org.microg.safeparcel.AutoSafeParcelable
-
- All Implemented Interfaces:
android.os.Parcelable,SafeParcelable
public abstract class AutoSafeParcelable extends java.lang.Object implements SafeParcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutoSafeParcelable.AutoCreator<T extends SafeParcelable>-
Nested classes/interfaces inherited from interface android.os.Parcelable
android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
-
Nested classes/interfaces inherited from interface org.microg.safeparcel.SafeParcelable
SafeParcelable.Field
-
-
Field Summary
-
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
-
Fields inherited from interface org.microg.safeparcel.SafeParcelable
NULL, SAFE_PARCEL_MAGIC, SAFE_PARCEL_OBJECT_MAGIC
-
-
Constructor Summary
Constructors Constructor Description AutoSafeParcelable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()voidwriteToParcel(android.os.Parcel out, int flags)
-