mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-23 16:22:10 +01:00
Merge branch '6.4' into 7.3
* 6.4: Fix highlighting
This commit is contained in:
@@ -129,8 +129,8 @@ If you're not using ``autoconfigure``, you have to tag the service with
|
||||
Improving Performance of Normalizers/Denormalizers
|
||||
--------------------------------------------------
|
||||
|
||||
Both :class:Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface
|
||||
and :class:Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface
|
||||
Both :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface`
|
||||
and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`
|
||||
define a ``getSupportedTypes()`` method to declare which types they support and
|
||||
whether their ``supports*()`` result can be cached.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user