Skip to content

Commit 3524477

Browse files
committed
minor #16378 [Serializer] Reintroduce removed note (HypeMC)
This PR was merged into the 5.3 branch. Discussion ---------- [Serializer] Reintroduce removed note Followup to #16371 This note is present on the [4.4 branch](https://github.com/symfony/symfony-docs/blob/7b083f6118d6aa2649613a0bc54ba7eadcee1c79/components/serializer.rst?plain=1#L799-L802) but was removed on the 5.x branch with #14799 . Since there is no other link to the custom normalizer docs on this page, I'd suggest adding it back. Also, this would make it consistent with the [Encoders section](https://github.com/symfony/symfony-docs/blob/09b9115337070d1adb69c22eaffa46c635da17d5/components/serializer.rst?plain=1#L999-L1002). Commits ------- d5cbaf4 Reintroduce removed note
2 parents 09b9115 + d5cbaf4 commit 3524477

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)