ConversionService

Data conversion service that does serialization and deserialization to/from list of strings

Inheritors

Functions

Link copied to clipboard
abstract fun fromValues(values: List<String>, type: TypeInfo): Any?

Deserialize values to an instance of type

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

Serialize a value to values list