writeToParcel

open fun writeToParcel(parcel: Parcel, i: Int)

Flatten this object in to a Parcel.

Parameters

parcel

The Parcel in which the object should be written.

i

Additional flags about how the object should be written.May be 0 or PARCELABLE_WRITE_RETURN_VALUE.