decodeFromConfig
fun <T> decodeFromConfig(deserializer: DeserializationStrategy<T>, config: Config): T
Content copied to clipboard
Decodes the given config into a value of type T using the given serializer.
Decodes the given config into a value of type T using the given serializer.