Skip to content

Commit 70a4199

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: [Serialize] rFixed some links to some classes
2 parents 0625d9c + 0106fc9 commit 70a4199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serializer/normalizers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Normalizers
55
===========
66

77
Normalizers turn **objects** into **arrays** and vice versa. They implement
8-
:class:`Symfony\\Component\\Serializer\\Normalizers\\NormalizerInterface` for
8+
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface` for
99
normalizing (object to array) and
10-
:class:`Symfony\\Component\\Serializer\\Normalizers\\DenormalizerInterface` for
10+
:class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface` for
1111
denormalizing (array to object).
1212

1313
Normalizers are enabled in the serializer passing them as its first argument::

0 commit comments

Comments
 (0)