Searched defs:throwSubtypeNotRegistered (Results 1 – 2 of 2) sorted by relevance
102 private fun throwSubtypeNotRegistered(subClass: KClass<*>, baseClass: KClass<*>): Nothing { in selectDeserializer() method
100 internal fun throwSubtypeNotRegistered(subClassName: String?, baseClass: KClass<*>): Nothing { in findPolymorphicSerializerOrNull() method113 internal fun throwSubtypeNotRegistered(subClass: KClass<*>, baseClass: KClass<*>): Nothing = method