deserialize
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.
Deserializes a string value, converting blank strings to null.
A nullable string, where blank strings are represented as null.
The decoder used to read the serialized input.