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