Class ArrayListSerializer


  • public class ArrayListSerializer
    extends com.esotericsoftware.kryo.serializers.CollectionSerializer<ArrayList>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer

        com.esotericsoftware.kryo.serializers.CollectionSerializer.BindCollection
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ArrayList create​(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends ArrayList> type, int length)  
      • Methods inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer

        copy, createCopy, getElementClass, getElementSerializer, read, setElementClass, setElementClass, setElementsCanBeNull, setElementSerializer, write, writeHeader
      • Methods inherited from class com.esotericsoftware.kryo.Serializer

        getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
    • Constructor Detail

      • ArrayListSerializer

        public ArrayListSerializer()
    • Method Detail

      • create

        public ArrayList create​(com.esotericsoftware.kryo.Kryo kryo,
                                com.esotericsoftware.kryo.io.Input input,
                                Class<? extends ArrayList> type,
                                int length)
        Overrides:
        create in class com.esotericsoftware.kryo.serializers.CollectionSerializer<ArrayList>