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