object DefaultConversionService : ConversionService
The default conversion service that supports only basic types and enums
fun fromValues(values: List<String>, type: Type): Any
|
|
fun toValues(value: Any?): List<String>
Serialize a value to values list |