Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0106fc9

Browse filesBrowse files
committed
Merge branch '3.4' into 4.3
* 3.4: [Serializer] Fixed some links to some classes
2 parents cfd4a11 + f9fbb5c commit 0106fc9
Copy full SHA for 0106fc9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎serializer/normalizers.rst

Copy file name to clipboardExpand all lines: serializer/normalizers.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.