Skip to content

Commit 8058f75

Browse 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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/serializer.rst

+3
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)