Class Expr1Serializer<I,O>

java.lang.Object
com.esotericsoftware.kryo.Serializer<I>
org.aksw.jenax.io.kryo.jena.Expr1Serializer<I,O>

public class Expr1Serializer<I,O> extends com.esotericsoftware.kryo.Serializer<I>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Function<O,I>
     
    protected Function<I,O>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Expr1Serializer(Function<I,O> getArg, Function<O,I> ctor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<I> objClass)
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, I 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
  • Field Details

  • Constructor Details

  • Method Details

    • write

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

      public I read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<I> objClass)
      Specified by:
      read in class com.esotericsoftware.kryo.Serializer<I>