From 0be5b16cf63415996c6accde2408a23c883b7737 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Wed, 8 Jan 2020 11:29:14 +0100 Subject: [PATCH] [Serializer] Remove note about CsvEncoder as_collection flag This is the default since 5.0 --- components/serializer.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/serializer.rst b/components/serializer.rst index f614b9b3396..bad4af9572c 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -786,9 +786,6 @@ The ``CsvEncoder`` The ``CsvEncoder`` encodes to and decodes from CSV. -You can pass the context key ``as_collection`` in order to have the results -always as a collection. - The ``XmlEncoder`` ~~~~~~~~~~~~~~~~~~