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.
2 parents bfd909f + 54a2235 commit 65666e2Copy full SHA for 65666e2
serializer/custom_normalizer.rst
@@ -164,8 +164,8 @@ Improving Performance of Normalizers/Denormalizers
164
165
The ``getSupportedTypes()`` method was introduced in Symfony 6.3.
166
167
-Both :class:Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface
168
-and :class:Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface
+Both :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface`
+and :class:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface`
169
define a ``getSupportedTypes()`` method to declare which types they support and
170
whether their ``supports*()`` result can be cached.
171
0 commit comments