Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 629c8ac

Browse files
committed
Added line returns…
1 parent 6868a19 commit 629c8ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/serializer.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ which Encoders and Normalizer are going to be available::
5050

5151
$serializer = new Serializer($normalizers, $encoders);
5252

53-
There are several normalizers available, e.g. the :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer` or the :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`. To read more about them, refer to the "Normalizers" section in this page. All the examples shown below use the GetSetMethodNormalizer.
53+
There are several normalizers available, e.g. the
54+
:class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer` or the
55+
:class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`.
56+
To read more about them, refer to the "Normalizers" section in this page.
57+
All the examples shown below use the GetSetMethodNormalizer.
5458

5559
Serializing an Object
5660
---------------------

0 commit comments

Comments
 (0)