string $serializedName The name of the property as it will be serialized:
public function __construct(string $serializedName) { if ('' === $serializedName) { throw new InvalidArgumentException(\sprintf('Parameter given to "%s" must be a non-empty string.', self::class)); } }