backtype.storm.serialization.types
Class HashSetSerializer

java.lang.Object
  extended by CollectionSerializer
      extended by backtype.storm.serialization.types.HashSetSerializer

public class HashSetSerializer
extends CollectionSerializer


Constructor Summary
HashSetSerializer()
           
 
Method Summary
 java.util.Collection create(Kryo kryo, Input input, java.lang.Class<java.util.Collection> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashSetSerializer

public HashSetSerializer()
Method Detail

create

public java.util.Collection create(Kryo kryo,
                                   Input input,
                                   java.lang.Class<java.util.Collection> type)