deserialize

open override fun <T> deserialize(serializer: DeserializationStrategy<T>): T(source)

Deserializes the string element using strict type conversion.

Report a problem

Throws

if converting to numeric type with invalid format

if converting to boolean with value other than "true"/"false"

if attempting to deserialize to non-scalar types