Configures whether fields with the value `null` should be output during normalization.
public function withSkipNullValues(?bool $skipNullValues) : static { return $this->with(AbstractObjectNormalizer::SKIP_NULL_VALUES, $skipNullValues); }