Class ObjectSetSerializer

java.lang.Object
com.esotericsoftware.kryo.Serializer<T>
com.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.ObjectSet<?>>
com.github.tommyettinger.kryo.jdkgdxds.ObjectSetSerializer

public class ObjectSetSerializer extends com.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.ObjectSet<?>>
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.github.tommyettinger.ds.ObjectSet<?>
    create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.ObjectSet<?>> type, int size)
     
    protected com.github.tommyettinger.ds.ObjectSet<?>
    createCopy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.ds.ObjectSet<?> original)
     

    Methods inherited from class com.esotericsoftware.kryo.serializers.CollectionSerializer

    copy, getElementClass, getElementSerializer, read, setElementClass, setElementClass, setElementsCanBeNull, setElementSerializer, write, writeHeader

    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 Details

  • Method Details

    • create

      protected com.github.tommyettinger.ds.ObjectSet<?> create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.ObjectSet<?>> type, int size)
      Overrides:
      create in class com.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.ObjectSet<?>>
    • createCopy

      protected com.github.tommyettinger.ds.ObjectSet<?> createCopy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.ds.ObjectSet<?> original)
      Overrides:
      createCopy in class com.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.ObjectSet<?>>