public function withCollectDenormalizationErrors(?bool $collectDenormalizationErrors) : static { return $this->with(DenormalizerInterface::COLLECT_DENORMALIZATION_ERRORS, $collectDenormalizationErrors); }