backtype.storm.serialization.types
Class HashSetSerializer

java.lang.Object
  extended by com.esotericsoftware.kryo.Serializer<Collection>
      extended by com.esotericsoftware.kryo.serializers.CollectionSerializer
          extended by backtype.storm.serialization.types.HashSetSerializer

public class HashSetSerializer
extends com.esotericsoftware.kryo.serializers.CollectionSerializer


Constructor Summary
HashSetSerializer()
           
 
Method Summary
 Collection create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Collection> type)
           
 
Methods inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer
copy, createCopy, read, setElementClass, setElementsCanBeNull, setGenerics, write
 
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 Detail

HashSetSerializer

public HashSetSerializer()
Method Detail

create

public Collection create(com.esotericsoftware.kryo.Kryo kryo,
                         com.esotericsoftware.kryo.io.Input input,
                         Class<Collection> type)
Overrides:
create in class com.esotericsoftware.kryo.serializers.CollectionSerializer


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.