Skip to content

Commit 55e7778

Browse files
committed
Updated the rendering of the list
1 parent 763f046 commit 55e7778

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

components/serializer.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -245,22 +245,22 @@ There are several types of normalizers available::
245245

246246
* The :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`
247247

248-
This normalizer reads the content of the class by calling the "getters" (public
249-
methods starting with "get"). It will denormalize data by calling the constructor
250-
and the "setters" (public methods starting with "set").
248+
This normalizer reads the content of the class by calling the "getters" (public
249+
methods starting with "get"). It will denormalize data by calling the constructor
250+
and the "setters" (public methods starting with "set").
251251

252-
Objects are serialized to a map of property names (method name stripped of the "get"
253-
prefix and converted to lower case) to property values.
252+
Objects are serialized to a map of property names (method name stripped of the "get"
253+
prefix and converted to lower case) to property values.
254254

255255
* The :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`
256256

257-
.. versionadded:: 2.6
258-
The :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`
259-
class was introduced in Symfony 2.6.
257+
.. versionadded:: 2.6
258+
The :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`
259+
class was introduced in Symfony 2.6.
260260

261-
This normalizer directly reads and writes public properties as well as
262-
**private and protected** properties. Objects are serialized to a map of
263-
property names to property values.
261+
This normalizer directly reads and writes public properties as well as
262+
**private and protected** properties. Objects are serialized to a map of
263+
property names to property values.
264264

265265
JMSSerializer
266266
-------------

0 commit comments

Comments
 (0)