encode abstract method

Uint8List encode(
  1. T payload
)

Encode payload for current type

Implementation

Uint8List encode(T payload);