diff --git a/components/serializer.rst b/components/serializer.rst index d6fc7ba2fc3..5f8465b9194 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -908,6 +908,11 @@ The Serializer component provides several built-in normalizers: The ``UidNormalizer`` normalization formats were introduced in Symfony 5.3. +.. note:: + + You can also create your own Normalizer to use another structure. Read more at + :doc:`/serializer/custom_normalizer`. + Certain normalizers are enabled by default when using the Serializer component in a Symfony application, additional ones can be enabled by tagging them with :ref:`serializer.normalizer `.