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