Unverified Commit 736f1a72 authored by Jack Koenig's avatar Jack Koenig Committed by GitHub
Browse files

Support serializing large (> 2 GiB) annotation files (#3905)

* Support serializing Annotations to a Writer

Previous API serializing to a String is limited by JVM max size of 2 GiB
Strings.

* Serialize to Writer instead of String in WriteOutputAnnotations
parent 1c9c8774
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment