From 55af3607fe02dead6a698d43bfd7c82be3f8ab81 Mon Sep 17 00:00:00 2001 From: Andrei Date: Thu, 20 Sep 2018 12:54:27 +0200 Subject: [PATCH] [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 --- serializer.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/serializer.rst b/serializer.rst index 25860b6ebf2..8c550196fec 100644 --- a/serializer.rst +++ b/serializer.rst @@ -52,6 +52,8 @@ Encoders supporting the following formats are enabled: * JSON: :class:`Symfony\\Component\\Serializer\\Encoder\\JsonEncoder` * XML: :class:`Symfony\\Component\\Serializer\\Encoder\\XmlEncoder` +* CSV: :class:`Symfony\\Component\\Serializer\\Encoder\\CsvEncoder` +* YAML: :class:`Symfony\\Component\\Serializer\\Encoder\\YamlEncoder` As well as the following normalizers: