File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Attributes Groups
149
149
-----------------
150
150
151
151
.. versionadded :: 2.7
152
- The support of serialization and deserialization groups was introduced
152
+ The support of serialization and deserialization groups was introduced
153
153
in Symfony 2.7.
154
154
155
155
Sometimes, you want to serialize different sets of attributes from your
@@ -284,11 +284,11 @@ Ignoring Attributes
284
284
-------------------
285
285
286
286
.. versionadded :: 2.3
287
- The :method: `Symfony\\ Component\\ Serializer\\ Normalizer\\ GetSetMethodNormalizer::setIgnoredAttributes `
287
+ The :method: `Symfony\\ Component\\ Serializer\\ Normalizer\\ GetSetMethodNormalizer::setIgnoredAttributes `
288
288
method was introduced in Symfony 2.3.
289
289
290
290
.. versionadded :: 2.7
291
- Prior to Symfony 2.7, attributes were only ignored while serializing. Since Symfony
291
+ Prior to Symfony 2.7, attributes were only ignored while serializing. Since Symfony
292
292
2.7, they are ignored when deserializing too.
293
293
294
294
As an option, there's a way to ignore attributes from the origin object. To remove
You can’t perform that action at this time.
0 commit comments