android-coroutines / nl.adaptivity.android.kryo / android.os.Parcel

Extensions for android.os.Parcel

readKryoObject

fun <T> Parcel.readKryoObject(kryo: Kryo): T
fun <T> Parcel.readKryoObject(context: Context): T
fun <T> Parcel.readKryoObject(type: Class<T>, context: Context): T
fun <T> Parcel.readKryoObject(type: Class<T>, kryo: Kryo): T

writeKryoObject

fun Parcel.writeKryoObject(obj: Any?, kryo: Kryo = kryoAndroid): Unit