writeToParcel

fun <E : Any, Q : Any> IviDataSourceIpcBinderData<E, Q>?.writeToParcel(parcel: Parcel, flags: Int)

Writes the data to the given parcel.

The signature is based on Parcelable.writeToParcel.