decodeFromString
override fun <T> decodeFromString(deserializer: DeserializationStrategy<T>, string: String): T
Content copied to clipboard
Deserializes the given JSON string into a value of type T using the given deserializer.
Deserializes the given JSON string into a value of type T using the given deserializer.