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
1300
1300
1301
1301
To figure which normalizer (or denormalizer) must be used to handle an object,
1302
1302
the :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 `)
1305
1305
of all registered normalizers (or denormalizers) in a loop.
1306
1306
1307
1307
The 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