writeParcelableCustom

fun Parcel.writeParcelableCustom(parcelable: Parcelable?, parcelableFlags: Int)

Overload of Parcel.readParcelable to read Parcel objects, while allowing type flexibility.


fun Parcel.writeParcelableCustom(versionedParcelable: VersionedParcelable?, parcelableFlags: Int): Boolean

Overload of Parcel.readParcelable to read VersionedParcelable objects, while allowing type flexibility.