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 8058f75

Browse filesBrowse files
committed
minor #15175 Standardize built-in normalizers lists (sarramegnag)
This PR was merged into the 4.4 branch. Discussion ---------- Standardize built-in normalizers lists See #15077 Commits ------- 687199e Standardize built-in normalizers lists
2 parents 8081837 + 687199e commit 8058f75
Copy full SHA for 8058f75

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎components/serializer.rst

Copy file name to clipboardExpand all lines: components/serializer.rst
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,9 @@ The Serializer component provides several built-in normalizers:
782782
:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer`
783783
Normalizes errors according to the API Problem spec `RFC 7807`_.
784784

785+
:class:`Symfony\\Component\\Serializer\\Normalizer\\CustomNormalizer`
786+
Normalizes a PHP object using an object that implements :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`.
787+
785788
.. note::
786789

787790
You can also create your own Normalizer to use another structure. Read more at

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.