deserialize

open override fun deserialize(decoder: Decoder): String?

Deserializes a string value, converting blank strings to null.

Return

A nullable string, where blank strings are represented as null.

Parameters

decoder

The decoder used to read the serialized input.