decodeNullableSerializableValue
open fun <T : Any> decodeNullableSerializableValue(deserializer: DeserializationStrategy<T?>): T?(source)
Decodes the nullable value of type T by delegating the decoding process to the given deserializer.