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 -
Method Summary
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 Details
-
HashSetSerializer
public HashSetSerializer()
-
-
Method Details