List<int> toProgressiveJson(T value) { return ProgressiveJsonEncoder.encodeSync<T>(value, using: this); }