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 0625d9c + 0106fc9 commit 70a4199Copy full SHA for 70a4199
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