Class Ip6AddressSerializer


  • public class Ip6AddressSerializer
    extends com.esotericsoftware.kryo.Serializer<Ip6Address>
    Kryo Serializer for Ip6Address.
    • Method Summary

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

      • Ip6AddressSerializer

        public Ip6AddressSerializer()
        Creates Ip6Address serializer instance.
    • Method Detail

      • write

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

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