Serializes this parameter value to binary format.
Returns a list of bytes representing the parameter value.
@override List<int> serialize() => [_tagBigInt, ..._u32Le(8), ..._i64Le(value)];