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