Serializes this parameter value to the legacy v0 wire format.
@override List<int> serialize() { final b = utf8.encode(value); return [_tagDecimal, ..._u32Le(b.length), ...b]; }