KtConfigSerializer

interface KtConfigSerializer<T, Z>

User-defined type serializer.

Since

1.0.0

Inheritors

Properties

Link copied to clipboard
abstract val type: KType

Functions

Link copied to clipboard
abstract fun deserialize(value: T): Z?

Convert config-storable type to user-defined type.

Link copied to clipboard
abstract fun serialize(value: Z): T?

Convert user-defined type to config-storable type.