Class HashSetSerializer

java.lang.Object
com.esotericsoftware.kryo.Serializer<T>
com.esotericsoftware.kryo.serializers.CollectionSerializer<HashSet>
org.apache.storm.serialization.types.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HashSetSerializer

      public HashSetSerializer()
  • Method Details

    • 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>