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