RowDecoder

constructor(ctx: DecodingContext<Session, Row>, module: SerializersModule, initialRowIndex: Int, api: ApiDecoders<Session, Row>, decoders: Set<SqlDecoder<Session, Row, out Any>>, columnInfos: List<ColumnInfo>, type: RowDecoderType, json: Json, endCallback: (Int) -> Unit)