We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09b9115 + d5cbaf4 commit 3524477Copy full SHA for 3524477
components/serializer.rst
@@ -908,6 +908,11 @@ The Serializer component provides several built-in normalizers:
908
909
The ``UidNormalizer`` normalization formats were introduced in Symfony 5.3.
910
911
+.. note::
912
+
913
+ You can also create your own Normalizer to use another structure. Read more at
914
+ :doc:`/serializer/custom_normalizer`.
915
916
Certain normalizers are enabled by default when using the Serializer component
917
in a Symfony application, additional ones can be enabled by tagging them with
918
:ref:`serializer.normalizer <reference-dic-tags-serializer-normalizer>`.
0 commit comments