registerDecoder

fun <T : Any> registerDecoder(klass: KClass<T>, decoder: (Row, String) -> T?)

Registers a custom decoder: reads a column from a Row and returns a Kotlin value of type T.