8000
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 088f93a + f4cf54a commit a7e6bf1Copy full SHA for a7e6bf1
serializer.rst
@@ -93,6 +93,8 @@ Encoders supporting the following formats are enabled:
93
94
* JSON: :class:`Symfony\\Component\\Serializer\\Encoder\\JsonEncoder`
95
* XML: :class:`Symfony\\Component\\Serializer\\Encoder\\XmlEncoder`
96
+* CSV: :class:`Symfony\\Component\\Serializer\\Encoder\\CsvEncoder`
97
+* YAML: :class:`Symfony\\Component\\Serializer\\Encoder\\YamlEncoder`
98
99
As well as the following normalizers:
100
0 commit comments