toMsgPack method

List<int> toMsgPack()

Implementation

List<int> toMsgPack() {
  return MsgPackEncoder.encode<T>(this);
}