WritingTheorySerializer
A JVM-only TheorySerializer that can also write a Theory directly to a java.io.Writer, e.g. to persist a knowledge base to a file or network stream without building the whole String in memory first.
See also
for the JVM-only reader-based counterpart.