Class HashSetSerializer


  • public class HashSetSerializer
    extends com.esotericsoftware.kryo.serializers.CollectionSerializer<HashSet>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer

        com.esotericsoftware.kryo.serializers.CollectionSerializer.BindCollection
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected HashSet create​(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends HashSet> type, int length)  
      • Methods inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer

        copy, createCopy, getElementClass, getElementSerializer, read, setElementClass, setElementClass, setElementsCanBeNull, setElementSerializer, write, writeHeader
      • Methods inherited from class com.esotericsoftware.kryo.Serializer

        getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
    • Constructor Detail

      • HashSetSerializer

        public HashSetSerializer()
    • Method Detail

      • create

        protected HashSet create​(com.esotericsoftware.kryo.Kryo kryo,
                                 com.esotericsoftware.kryo.io.Input input,
                                 Class<? extends HashSet> type,
                                 int length)
        Overrides:
        create in class com.esotericsoftware.kryo.serializers.CollectionSerializer<HashSet>