Skip to content

Commit

Permalink
remove note about the reverted Default group change
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Nov 9, 2024
1 parent 60ec94c commit 626d56e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -385,18 +385,6 @@ stored in one of the following locations:
* All ``*.yaml`` and ``*.xml`` files in the ``Resources/config/serialization/``
directory of a bundle.

.. note::

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``.

.. versionadded:: 7.1

The default use of the class name and ``Default`` groups when normalizing
and denormalizing objects was introduced in Symfony 7.1.

.. _serializer-enabling-metadata-cache:

Using Nested Attributes
Expand Down

0 comments on commit 626d56e

Please sign in to comment.