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 ae2b78c commit 13b8b05Copy full SHA for 13b8b05
components/serializer.rst
@@ -284,11 +284,11 @@ Ignoring Attributes
284
-------------------
285
286
.. versionadded:: 2.3
287
-The :method:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer::setIgnoredAttributes`
+ The :method:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer::setIgnoredAttributes`
288
method was introduced in Symfony 2.3.
289
290
.. versionadded:: 2.7
291
-Prior to Symfony 2.7, attributes were only ignored while serializing. Since Symfony
+ Prior to Symfony 2.7, attributes were only ignored while serializing. Since Symfony
292
2.7, they are ignored when deserializing too.
293
294
As an option, there's a way to ignore attributes from the origin object. To remove
0 commit comments