deserialize

open override fun deserialize(decoder: Decoder): T(source)

Deserializes the provided encoded data using the specified decoder and returns the resulting object of type T.

Return

The deserialized object of type T.

Parameters

decoder

The decoder to read the serialized data from.