decodeSerializableValue
Decodes the value of type T by delegating the decoding process to the given deserializer. For example, decodeInt
call is equivalent to delegating integer decoding to Int.serializer: decodeSerializableValue(Int.serializer())