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