Java android.os Parcelable fields, constructors, methods, implement or subclass

Example usage for Java android.os Parcelable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os Parcelable.

The text is from its open source code.

Implementation

android.os.Parcelable has the following implementations.
Click this link to see all its implementation.

Field

intPARCELABLE_WRITE_RETURN_VALUE
Flag for use with #writeToParcel : the object being written is a return value, that is the result of a function such as "Parcelable someFunction()", "void someFunction(out Parcelable)", or "void someFunction(inout Parcelable)".

Method

ClassgetClass()
Returns the runtime class of this Object .
StringtoString()
Returns a string representation of the object.
voidwriteToParcel(Parcel dest, @WriteFlags int flags)
Flatten this object in to a Parcel.