Example usage for Java android.os Parcelable fields, constructors, methods, implement or subclass
The text is from its open source code.
int | PARCELABLE_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) ". |
Class> | getClass() Returns the runtime class of this Object . |
String | toString() Returns a string representation of the object. |
void | writeToParcel(Parcel dest, @WriteFlags int flags) Flatten this object in to a Parcel. |