CSV.Encode protocol
Implement encoding for your data types.
Summary↑
encode(data, env \\ []) | The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter |
Types ↑
t :: term
Functions
The encode function to implement, gets passed the data and env as a keyword list containing the currently used separator and delimiter.