### Symfony version(s) affected 6.2 ### Description Using this example: https://symfony.com/doc/current/serializer/custom_normalizer.html leads to deprecation message: "ObjectNormalizer" service alias is deprecated. Replacing them with NormalizerInterface causes circular reference exception. ### How to reproduce Implement custom normalizer as shown in doc here: https://symfony.com/doc/current/serializer/custom_normalizer.html ### Possible Solution Fix doc or revert deprecation of ObjectNormalizer. ### Additional Context _No response_