We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8127512 + 8794ad7 commit c61111aCopy full SHA for c61111a
components/serializer.rst
@@ -790,7 +790,7 @@ Normalizers
790
-----------
791
792
Normalizers turn **object** into **array** and vice versa. They implement
793
-::class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
+:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
794
for normalize (object to array) and
795
:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizableInterface` for denormalize
796
(array to object).
0 commit comments