You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/serializer.rst
+2
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ which Encoders and Normalizer are going to be available::
50
50
51
51
$serializer = new Serializer($normalizers, $encoders);
52
52
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.
0 commit comments