We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0437248 commit 687199eCopy full SHA for 687199e
components/serializer.rst
@@ -782,6 +782,9 @@ The Serializer component provides several built-in normalizers:
782
:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer`
783
Normalizes errors according to the API Problem spec `RFC 7807`_.
784
785
+:class:`Symfony\\Component\\Serializer\\Normalizer\\CustomNormalizer`
786
+ Normalizes a PHP object using an object that implements :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`.
787
+
788
.. note::
789
790
You can also create your own Normalizer to use another structure. Read more at
0 commit comments