Class CassandraDataLayer.Serializer

    • Constructor Summary

      Constructors 
      Constructor Description
      Serializer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CassandraDataLayer read​(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input in, java.lang.Class<CassandraDataLayer> type)  
      void write​(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output out, CassandraDataLayer dataLayer)  
      • 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 Detail

      • Serializer

        public Serializer()
    • Method Detail

      • write

        public void write​(com.esotericsoftware.kryo.Kryo kryo,
                          com.esotericsoftware.kryo.io.Output out,
                          CassandraDataLayer dataLayer)
        Specified by:
        write in class com.esotericsoftware.kryo.Serializer<CassandraDataLayer>