Home
last modified time | relevance | path

Searched defs:throwSubtypeNotRegistered (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/
DJsonContentPolymorphicSerializer.kt102 private fun throwSubtypeNotRegistered(subClass: KClass<*>, baseClass: KClass<*>): Nothing { in selectDeserializer() method
/external/kotlinx.serialization/core/commonMain/src/kotlinx/serialization/internal/
DAbstractPolymorphicSerializer.kt100 internal fun throwSubtypeNotRegistered(subClassName: String?, baseClass: KClass<*>): Nothing { in findPolymorphicSerializerOrNull() method
113 internal fun throwSubtypeNotRegistered(subClass: KClass<*>, baseClass: KClass<*>): Nothing = method