writeToParcel

open override fun writeToParcel(dest: Parcel, flags: Int)

Flatten this object into a Parcel.

Parameters

dest
The Parcel to which the object should be written.
flags
Additional flags about how the object should be written. May be 0 or {@link
#PARCELABLE_WRITE_RETURN_VALUE}.