decodeFromString

abstract fun <T> decodeFromString(deserializer: DeserializationStrategy<T>, string: String): T

Decodes and deserializes the given string to the value of type T using the given deserializer