backtype.storm.serialization.types
Class HashMapSerializer

java.lang.Object
  extended by com.esotericsoftware.kryo.Serializer<Map>
      extended by com.esotericsoftware.kryo.serializers.MapSerializer
          extended by backtype.storm.serialization.types.HashMapSerializer

public class HashMapSerializer
extends com.esotericsoftware.kryo.serializers.MapSerializer


Constructor Summary
HashMapSerializer()
           
 
Method Summary
 Map create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Map> type)
           
 
Methods inherited from class com.esotericsoftware.kryo.serializers.MapSerializer
copy, createCopy, read, setGenerics, setKeyClass, setKeysCanBeNull, setValueClass, setValuesCanBeNull, 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

HashMapSerializer

public HashMapSerializer()
Method Detail

create

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


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