Class ListDelegateSerializer


  • public class ListDelegateSerializer
    extends com.esotericsoftware.kryo.serializers.CollectionSerializer<ListDelegate>
    • 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
      ListDelegate create​(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.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

      • ListDelegateSerializer

        public ListDelegateSerializer()
    • Method Detail

      • create

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