8000 minor #10369 [Serializer] Updated the list of loaded encoders (Andrei… · symfony/symfony-docs@a7e6bf1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7e6bf1

Browse files
committed
minor #10369 [Serializer] Updated the list of loaded encoders (AndreiIgna)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #10369). Discussion ---------- [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 https://symfony.com/doc/master/serializer.html#adding-normalizers-and-encoders Commits ------- f4cf54a [Serializer] Updated the list of loaded encoders
2 parents 088f93a + f4cf54a commit a7e6bf1

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)
0