From d5cbaf43d252625341a734730fe4888adace9b36 Mon Sep 17 00:00:00 2001 From: HypeMC Date: Sat, 8 Jan 2022 00:39:06 +0100 Subject: [PATCH] Reintroduce removed note --- components/serializer.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 `.