File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ The ``JsonEncoder``
36
36
The ``JsonEncoder `` encodes to and decodes from JSON strings, based on the PHP
37
37
:phpfunction: `json_encode ` and :phpfunction: `json_decode ` functions.
38
38
39
+ The ``CsvEncoder ``
40
+ ~~~~~~~~~~~~~~~~~~~
41
+
42
+ The ``CsvEncoder `` encodes to and decodes from CSV.
43
+
44
+ You can pass the context key ``as_collection `` in order to have the results always as a collection.
45
+
39
46
The ``XmlEncoder ``
40
47
~~~~~~~~~~~~~~~~~~
41
48
@@ -64,6 +71,8 @@ Be aware that this encoder will consider keys beginning with ``@`` as attributes
64
71
// <foo bar="value" />
65
72
// </response>
66
73
74
+ You can pass the context key ``as_collection `` in order to have the results always as a collection.
75
+
67
76
The ``YamlEncoder ``
68
77
~~~~~~~~~~~~~~~~~~~
69
78
You can’t perform that action at this time.
0 commit comments