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