Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3524477

Browse filesBrowse 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
Copy full SHA for 3524477

File tree

1 file changed

+5
-0
lines changed
Filter options

1 file changed

+5
-0
lines changed

‎components/serializer.rst

Copy file name to clipboardExpand all lines: components/serializer.rst
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.