backtype.storm.serialization.types
Class ListDelegateSerializer

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

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


Constructor Summary
ListDelegateSerializer()
           
 
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

ListDelegateSerializer

public ListDelegateSerializer()
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.