Serializes this parameter value to the legacy v0 wire format.
@override List<int> serialize() => [_tagBigInt, ..._u32Le(8), ..._i64Le(value)];