We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f5b41b + 8058f75 commit fc5af0dCopy full SHA for fc5af0d
components/serializer.rst
@@ -880,6 +880,9 @@ The Serializer component provides several built-in normalizers:
880
:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer`
881
Normalizes errors according to the API Problem spec `RFC 7807`_.
882
883
+:class:`Symfony\\Component\\Serializer\\Normalizer\\CustomNormalizer`
884
+ Normalizes a PHP object using an object that implements :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`.
885
+
886
:class:`Symfony\\Component\\Serializer\\Normalizer\\UidNormalizer`
887
This normalizer converts objects that implement
888
:class:`Symfony\\Component\\Uid\\AbstractUid` into strings. Also it can
0 commit comments