Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdf894 commit 8e09eebCopy full SHA for 8e09eeb
components/serializer.rst
@@ -1313,8 +1313,8 @@ the same.
1313
1314
To hint the serializer that it's safe to cache the result of these methods (and then dramatically improve the
1315
overall performance), such normalizers (and denormalizers) should implement the
1316
-:class:`Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface` and return ``true`` when
1317
-:method:`Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface::hasCacheableSupportsMethod`
+:class:`Symfony\\Component\\Serializer\\Normalizer\\CacheableSupportsMethodInterface` and return ``true`` when
+:method:`Symfony\\Component\\Serializer\\Normalizer\\CacheableSupportsMethodInterface::hasCacheableSupportsMethod`
1318
is called.
1319
1320
.. note::
0 commit comments