Skip to content

Commit 4a2a9cc

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Reintroduce removed note
2 parents c7675af + 3524477 commit 4a2a9cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/serializer.rst

Lines changed: 5 additions & 0 deletions
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)