Skip to content

Commit d5cbaf4

Browse files
committed
Reintroduce removed note
1 parent 09b9115 commit d5cbaf4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/serializer.rst

+5
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,11 @@ The Serializer component provides several built-in normalizers:
908908

909909
The ``UidNormalizer`` normalization formats were introduced in Symfony 5.3.
910910

911+
.. note::
912+
913+
You can also create your own Normalizer to use another structure. Read more at
914+
:doc:`/serializer/custom_normalizer`.
915+
911916
Certain normalizers are enabled by default when using the Serializer component
912917
in a Symfony application, additional ones can be enabled by tagging them with
913918
:ref:`serializer.normalizer <reference-dic-tags-serializer-normalizer>`.

0 commit comments

Comments
 (0)