deserialize abstract method
Deserializes bytes into an object of type T.
bytes Bytes to deserialize.
Returns the reconstructed object.
Implementation
T deserialize(Uint8List bytes);
Deserializes bytes into an object of type T.
bytes Bytes to deserialize.
Returns the reconstructed object.
T deserialize(Uint8List bytes);