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 5355801 commit ccde29cCopy full SHA for ccde29c
components/serializer.rst
@@ -143,13 +143,13 @@ Attributes Groups
143
-----------------
144
145
.. versionadded:: 2.7
146
- The support of serialization and deserialization groups has been added
+ The support of serialization and deserialization groups was introduced
147
in Symfony 2.7.
148
149
Sometimes, you want to serialize different set of attributes from your
150
entities. Groups are a handy way to achieve this need.
151
152
-Lets start with a simple Plain Old PHP object::
+Assume you have the following object plain-old-PHP object::
153
154
namespace Acme;
155
0 commit comments