Class HostLocationSerializer


  • public class HostLocationSerializer
    extends com.esotericsoftware.kryo.Serializer<HostLocation>
    Kryo Serializer for HostLocation.
    • 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,
                                 Class<HostLocation> type)
        Specified by:
        read in class com.esotericsoftware.kryo.Serializer<HostLocation>