Class MacAddressSerializer


  • public class MacAddressSerializer
    extends com.esotericsoftware.kryo.Serializer<MacAddress>
    Kryo Serializer for MacAddress.
    • Method Summary

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

      • MacAddressSerializer

        public MacAddressSerializer()
        Creates MacAddress serializer instance.
    • Method Detail

      • write

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

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