We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfd10b commit 28070e8Copy full SHA for 28070e8
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