jimn
inline operator fun <reified T, C : KClass<T>> RowTxtDecoder.get(type: C): T { (type as? KClass<RowBinEncoder>)?.let {...