8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8ad9ab + 0c78e70 commit e38e587Copy full SHA for e38e587
serializer/custom_normalizer.rst
@@ -89,6 +89,12 @@ is called.
89
All built-in :ref:`normalizers and denormalizers <component-serializer-normalizers>`
90
as well the ones included in `API Platform`_ natively implement this interface.
91
92
+.. deprecated:: 6.3
93
+
94
+ The :class:`Symfony\\Component\\Serializer\\Normalizer\\CacheableSupportsMethodInterface`
95
+ interface is deprecated since Symfony 6.3. You should implement the
96
+ ``getSupportedTypes()`` method instead, as shown in the section below.
97
98
Improving Performance of Normalizers/Denormalizers
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100
0 commit comments