Skip to main content
The following serializers are available:
NameDescription
Binary dataConverts the context data into binary data.
CSVConverts the context data to CSV with options for the delimiter, enclosure, separator and skipping headers.
Form URL encodedConverts the context data into form url encoded string.
JSONConverts the context data into JSON.
JSON Lines (NDJSON)Converts the context data objects into NDJSON.
URL encodeConvert the context into an URL encoded string.
XMLConverts the context data into an XML string.
XML-RPC Serializer
XlsxConverts the context data into XLSX binary data.
YAMLConverts the context data into a YAML string.
cXML