Skip to content

Commit 8d6ca70

Browse files
committed
RST
1 parent 8e09eeb commit 8d6ca70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,8 +1300,8 @@ Performance
13001300

13011301
To figure which normalizer (or denormalizer) must be used to handle an object,
13021302
the :class:`Symfony\\Component\\Serializer\\Serializer` class will call the
1303-
:method:`Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization`
1304-
(or :method:`Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization`)
1303+
:method:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface::supportsNormalization`
1304+
(or :method:`Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface::supportsDenormalization`)
13051305
of all registered normalizers (or denormalizers) in a loop.
13061306

13071307
The result of these methods can vary depending of the value of the object to serialize, of the format to

0 commit comments

Comments
 (0)