decode abstract method

TEvent decode(
  1. List<int> bytes,
  2. String type
)

Deserialize event into a Event of given type

Implementation

TEvent decode(List<int> bytes, String type);