decode From String
open override fun <T> decodeFromString(deserializer: DeserializationStrategy<T>, string: String): T
Content copied to clipboard
Deserializes the given EJSON string into a value of type T using the given deserializer.
Throws
kotlinx. serialization. Serialization Exception
if the given EJSON string is not a valid EJSON input for the type T