Class ThriftUtils

java.lang.Object
org.aksw.jenax.io.kryo.jena.ThriftUtils

public class ThriftUtils extends Object
Utils to read/write RDF objects. Used in kryo serialization.
Author:
Claus Stadler
  • Constructor Details

    • ThriftUtils

      public ThriftUtils()
  • Method Details

    • writeNode

      public static byte[] writeNode(org.apache.jena.graph.Node node, boolean allowValues)
    • readNode

      public static org.apache.jena.graph.Node readNode(byte[] bytes)