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 995076b + 28070e8 commit bd1af26Copy full SHA for bd1af26
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