Skip to content

Commit 4815c4a

Browse files
committed
Introduction about normalizers
1 parent 421aa41 commit 4815c4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/serializer.rst

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ 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.
54+
5355
Serializing an Object
5456
---------------------
5557

0 commit comments

Comments
 (0)