ParcelReader

fun interface ParcelReader<T>

Functions

Link copied to clipboard
abstract fun readFromParcel(parcel: Parcel): T