encode

fun encode(converter: (value: T) -> List<String>)

Configure encoder function. Only one encoder could be supplied

Throws