Package org.microg.safeparcel
Interface SafeParcelable
-
- All Superinterfaces:
android.os.Parcelable
- All Known Implementing Classes:
AutoSafeParcelable
public interface SafeParcelable extends android.os.Parcelable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSafeParcelable.Field
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNULLDeprecated.static intSAFE_PARCEL_MAGICDeprecated.static intSAFE_PARCEL_OBJECT_MAGIC
-
-
-
Field Detail
-
NULL
@Deprecated static final java.lang.String NULL
Deprecated.- See Also:
- Constant Field Values
-
SAFE_PARCEL_OBJECT_MAGIC
static final int SAFE_PARCEL_OBJECT_MAGIC
- See Also:
- Constant Field Values
-
SAFE_PARCEL_MAGIC
@Deprecated static final int SAFE_PARCEL_MAGIC
Deprecated.- See Also:
- Constant Field Values
-
-