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 cfd4a11 + f9fbb5c commit 0106fc9Copy full SHA for 0106fc9
serializer/normalizers.rst
@@ -5,9 +5,9 @@ Normalizers
5
===========
6
7
Normalizers turn **objects** into **arrays** and vice versa. They implement
8
-:class:`Symfony\\Component\\Serializer\\Normalizers\\NormalizerInterface` for
+:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface` for
9
normalizing (object to array) and
10
-:class:`Symfony\\Component\\Serializer\\Normalizers\\DenormalizerInterface` for
+:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface` for
11
denormalizing (array to object).
12
13
Normalizers are enabled in the serializer passing them as its first argument::
0 commit comments