void bufferData(RespData<Parameter> data) { var key = data.obj!.getKey(); buffer![key] = data as RespData<VT>; }