Skip to content

Commit f4cf54a

Browse files
Andreijaviereguiluz
authored andcommitted
[Serializer] Updated the list of loaded encoders
Framework bundle preloads encoders https://github.com/symfony/framework-bundle/blob/master/Resources/config/serializer.xml#L102 but not all were added in doc page
1 parent 088f93a commit f4cf54a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

serializer.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Encoders supporting the following formats are enabled:
9393

9494
* JSON: :class:`Symfony\\Component\\Serializer\\Encoder\\JsonEncoder`
9595
* XML: :class:`Symfony\\Component\\Serializer\\Encoder\\XmlEncoder`
96+
* CSV: :class:`Symfony\\Component\\Serializer\\Encoder\\CsvEncoder`
97+
* YAML: :class:`Symfony\\Component\\Serializer\\Encoder\\YamlEncoder`
9698

9799
As well as the following normalizers:
98100

0 commit comments

Comments
 (0)