android-coroutines / nl.adaptivity.android.kryo / KotlinObjectInstantiatorStrategy

KotlinObjectInstantiatorStrategy

class KotlinObjectInstantiatorStrategy : InstantiatorStrategy

Types

KotlinObjectInstantiator

class KotlinObjectInstantiator<T> : ObjectInstantiator<T>

Constructors

<init>

KotlinObjectInstantiatorStrategy(fallback: InstantiatorStrategy)

Functions

newInstantiatorOf

fun <T> newInstantiatorOf(type: Class<T>): ObjectInstantiator<T>