Formats
The SerDe library supports multiple serialization formats.
| Algorithm |
|---|
json |
toml |
yaml |
Additional options
Some formats include additional options. The options should be listed in your function call in the indice order they appear in the table below. (After the base arguments)
json
| name | description | type | default |
|---|---|---|---|
pretty |
Whether to format the data for human readability or not. | boolean |
false |