backtype.storm.serialization.types
Class ArrayListSerializer

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

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


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

ArrayListSerializer

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