deserialize
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.
Deserializes the provided encoded data using the specified decoder and returns the resulting object of type T.
The deserialized object of type T.
The decoder to read the serialized data from.