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

Add Serializer.lazily for buffered serialization (#2554)

This is needed for emitting modules that serialize to Strings larger
than 2 GiB (the maximum String size on the JVM). It includes
micro-optimized logic for turning arbitrarily nested when scopes into
Iterable[String].
parent 6cf4a175
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