8000
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.
CacheableSupportsMethodInterface
1 parent 99aaa1e commit c190a8dCopy full SHA for c190a8d
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: 5830 `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