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 15f3542 + bd1af26 commit e052fb3Copy full SHA for e052fb3
components/serializer.rst
@@ -264,8 +264,8 @@ Assume you have the following plain-old-PHP object::
264
}
265
266
267
-The definition of serialization can be specified using annotations, attributes, XML
268
-or YAML. The :class:`Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactory`
+The definition of serialization can be specified using attributes, XML or YAML.
+The :class:`Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactory`
269
that will be used by the normalizer must be aware of the format to use.
270
271
The following code shows how to initialize the :class:`Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactory`
0 commit comments