DataConversion

Data conversion plugin to serialize and deserialize types using converters registry

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Data conversion service configuration

Functions

Link copied to clipboard
open override fun fromValues(values: List<String>, type: TypeInfo): 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