converterFor

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