Encodes the value to a Stream of progressive JSON bytes.
Stream<List<int>> toProgressiveJsonStream(T value) { return ProgressiveJsonEncoder.encode<T>(value, using: this); }