ReadingTheoryDeserializer
A JVM-only TheoryDeserializer that can also read a Theory directly from a java.io.Reader, e.g. to load a knowledge base from a file or network stream without buffering it into a String first.
See also
for the JVM-only writer-based counterpart.