Skip to content

Commit 687199e

Browse files
authored
Standardize built-in normalizers lists
1 parent 0437248 commit 687199e

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)