Class VariableNodeSerializer

java.lang.Object
com.esotericsoftware.kryo.Serializer<org.apache.jena.graph.Node_Variable>
org.aksw.jenax.io.kryo.jena.VariableNodeSerializer

public class VariableNodeSerializer extends com.esotericsoftware.kryo.Serializer<org.apache.jena.graph.Node_Variable>
Kryo serializer for Node_Variable.
Author:
Claus Stadler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.graph.Node_Variable
    read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<org.apache.jena.graph.Node_Variable> objClass)
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.apache.jena.graph.Node_Variable obj)
     

    Methods inherited from class com.esotericsoftware.kryo.Serializer

    copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VariableNodeSerializer

      public VariableNodeSerializer()
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.apache.jena.graph.Node_Variable obj)
      Specified by:
      write in class com.esotericsoftware.kryo.Serializer<org.apache.jena.graph.Node_Variable>
    • read

      public org.apache.jena.graph.Node_Variable read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<org.apache.jena.graph.Node_Variable> objClass)
      Specified by:
      read in class com.esotericsoftware.kryo.Serializer<org.apache.jena.graph.Node_Variable>