Class HostLocationSerializer


  • public class HostLocationSerializer
    extends com.esotericsoftware.kryo.Serializer<HostLocation>
    Kryo Serializer for HostLocation.
    • Method Summary

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

      • HostLocationSerializer

        public HostLocationSerializer()
        Creates HostLocation serializer instance.
    • Method Detail

      • write

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

        public HostLocation read​(com.esotericsoftware.kryo.Kryo kryo,
                                 com.esotericsoftware.kryo.io.Input input,
                                 java.lang.Class<HostLocation> type)
        Specified by:
        read in class com.esotericsoftware.kryo.Serializer<HostLocation>