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