DefaultConversionService

object DefaultConversionService : ConversionService

The default conversion service that supports only basic types and enums

Functions

Link copied to clipboard
open override fun fromValues(values: List<String>, type: Type): Any

Deserialize values to an instance of type

Link copied to clipboard
open override fun toValues(value: Any?): List<String>

Serialize a value to values list