DataConversion

class DataConversion(converters: Map<Type, ConversionService>) : ConversionService

Data conversion feature to serialize and deserialize types using converters registry

Constructors

Link copied to clipboard
fun DataConversion(converters: Map<Type, ConversionService>)

Types

Link copied to clipboard
class Configuration

Data conversion service configuration

Link copied to clipboard

Object for installing feature

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