convert
Register a convertor for type type
fun <T : Any> convert(type: KType, configure: DelegatingConversionService.Configuration<T>.() -> Unit)
Register and configure convertor for type klass
inline fun <T : Any> convert(noinline configure: DelegatingConversionService.Configuration<T>.() -> Unit)