File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1300,8 +1300,8 @@ Performance
13001300
13011301To figure which normalizer (or denormalizer) must be used to handle an object,
13021302the :class: `Symfony\\ Component\\ Serializer\\ Serializer ` class will call the
1303- :method: `Symfony\C omponent\S erializer\N ormalizer\N ormalizerInterface::supportsNormalization `
1304- (or :method: `Symfony\C omponent\S erializer\N ormalizer\D enormalizerInterface::supportsDenormalization `)
1303+ :method: `Symfony\\ Component\\ Serializer\\ Normalizer\ \ NormalizerInterface::supportsNormalization `
1304+ (or :method: `Symfony\\ Component\\ Serializer\\ Normalizer\ \ DenormalizerInterface::supportsDenormalization `)
13051305of all registered normalizers (or denormalizers) in a loop.
13061306
13071307The result of these methods can vary depending of the value of the object to serialize, of the format to
You can’t perform that action at this time.
0 commit comments