converterFor

fun <T : Any> converterFor(target: KClass<T>): JsonConverter<T, *>(source)
fun converterFor(input: Any): JsonConverter<*, *>(source)