Class ListDelegateSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<T>
com.esotericsoftware.kryo.serializers.CollectionSerializer<ListDelegate>
org.apache.storm.serialization.types.ListDelegateSerializer
public class ListDelegateSerializer
extends com.esotericsoftware.kryo.serializers.CollectionSerializer<ListDelegate>
- 
Nested Class SummaryNested classes/interfaces inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializercom.esotericsoftware.kryo.serializers.CollectionSerializer.BindCollection
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends ListDelegate> type, int length) Methods inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializercopy, createCopy, getElementClass, getElementSerializer, read, setElementClass, setElementClass, setElementsCanBeNull, setElementSerializer, write, writeHeaderMethods inherited from class com.esotericsoftware.kryo.SerializergetAcceptsNull, isImmutable, setAcceptsNull, setImmutable
- 
Constructor Details- 
ListDelegateSerializerpublic ListDelegateSerializer()
 
- 
- 
Method Details- 
createpublic ListDelegate create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends ListDelegate> type, int length) - Overrides:
- createin class- com.esotericsoftware.kryo.serializers.CollectionSerializer<ListDelegate>
 
 
-