| Binary data | Converts the context data into binary data. |
| CSV | Converts the context data to CSV with options for the delimiter, enclosure, separator and skipping headers. |
| Form URL encoded | Converts the context data into form url encoded string. |
| JSON | Converts the context data into JSON. |
| JSON Lines (NDJSON) | Converts the context data objects into NDJSON. |
| URL encode | Convert the context into an URL encoded string. |
| XML | Converts the context data into an XML string. |
| XML-RPC Serializer | |
| Xlsx | Converts the context data into XLSX binary data. |
| YAML | Converts the context data into a YAML string. |
| cXML | |