toJsonBytes method

List<int> toJsonBytes()

Implementation

List<int> toJsonBytes() {
  return JsonEncoder.encode<T>(this);
}