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.
1 parent f22f38f commit d2ebd70Copy full SHA for d2ebd70
components/serializer.rst
@@ -694,7 +694,7 @@ Normalizers
694
-----------
695
696
Normalizers turn **object** into **array** and vice versa. They implement
697
-::class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
+:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`
698
for normalize (object to array) and
699
:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizableInterface` for denormalize
700
(array to object).
0 commit comments