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 f488012 commit 28254a6Copy full SHA for 28254a6
serializer.rst
@@ -385,10 +385,10 @@ stored in one of the following locations:
385
386
.. note::
387
388
- By default, the ``Default`` group is used when normalizing and denormalizing
389
- objects. A group corresponding to the class name is also used. For example,
390
- if you are normalizing a ``App\Entity\Product`` object, the ``Product`` group
391
- is also included by default.
+ The groups used by default when normalizing and denormalizing objects are
+ ``Default`` and the group that matches the class name. For example, if you
+ are normalizing a ``App\Entity\Product`` object, the groups used are
+ ``Default`` and ``Product``.
392
393
.. versionadded:: 7.1
394
0 commit comments