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 4eecfbb commit 5072de7Copy full SHA for 5072de7
serializer.rst
@@ -1771,6 +1771,13 @@ or :ref:`serializer.encoder <reference-dic-tags-serializer-encoder>` tags:
1771
;
1772
};
1773
1774
+.. versionadded:: 7.3
1775
+
1776
+ Before Symfony 7.3, named serializer normalizers were added automatically
1777
+ to the default serializer, so you had to set their ``autoconfigure``
1778
+ option to ``false`` to disable them. As of Symfony 7.3, they are no longer
1779
+ registered by default.
1780
1781
When the ``serializer`` attribute is not set, the service is registered only with
1782
the default serializer.
1783
0 commit comments