Package org.aksw.jenax.io.kryo.jena
Class ThriftUtils
java.lang.Object
org.aksw.jenax.io.kryo.jena.ThriftUtils
Utils to read/write RDF objects. Used in kryo serialization.
- Author:
- Claus Stadler
-
Constructor Summary
Constructors -
Method Summary
-
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)
-