8000 Merge branch '6.3' into 6.4 · symfony/symfony-docs@0c78e70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c78e70

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: [Serializer] Deprecate `CacheableSupportsMethodInterface`
2 parents 7c239dc + 6432920 commit 0c78e70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

serializer/custom_normalizer.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ is called.
8282
All built-in :ref:`normalizers and denormalizers <component-serializer-normalizers>`
8383
as well the ones included in `API Platform`_ natively implement this interface.
8484

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+
8591
Improving Performance of Normalizers/Denormalizers
8692
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8793

0 commit comments

Comments
 (0)
0