deserialize abstract method

T deserialize(
  1. Uint8List bytes
)

Deserializes bytes into an object of type T.

bytes Bytes to deserialize. Returns the reconstructed object.

Implementation

T deserialize(Uint8List bytes);