decodeFromString
open override fun <T> decodeFromString(deserializer: DeserializationStrategy<T>, string: String): T(source)
Decodes properties from the given string to a value of type T using the given deserializer. String values are converted to respective primitive types using default conversion methods. T may contain properties of nullable types; they will be filled by non-null values from the map, if present.