S decode(T encoded)

Decodes encoded data.

The input is decoded as if by decoder.convert.

Source

S decode(T encoded) => decoder.convert(encoded);