Encode this instruction into a byte sequence.
@override Uint8List serialize() { // T = 00, so the upper two bits are already zero. return QpackInteger.encode(increment, 6); }