writeToParcel

open fun writeToParcel(out: Parcel, flags: Int)

Flatten this object in to a Parcel.

Parameters

out

The Parcel in which the object should be written.

flags

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