We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d4112 commit 5e789faCopy full SHA for 5e789fa
serializer.rst
@@ -164,6 +164,12 @@ properties and setters (``setXxx()``) to change properties:
164
introduced in Symfony 3.4. In previous Symfony versions only getters (``getXxx()``)
165
and issers (``isXxx()``) were supported.
166
167
+.. caution::
168
+
169
+ Be aware that the use the ``GetSetMethodNormalizer``, without the ``DateTimeZoneNormalizer`` for normalize object
170
+ ``DateTimeInterface``, increase the memory use of PHP. Because the ``Datetime`` class has getters, the
171
+ ``GetSetMethodNormalizer`` will just normalize the ``Datetime`` object.
172
173
.. _serializer-using-serialization-groups-annotations:
174
175
Using Serialization Groups Annotations
0 commit comments