Class CaseInsensitiveSetSerializer

java.lang.Object
com.esotericsoftware.kryo.Serializer<T>
com.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.CaseInsensitiveSet>
com.github.tommyettinger.kryo.jdkgdxds.CaseInsensitiveSetSerializer

public class CaseInsensitiveSetSerializer extends com.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.CaseInsensitiveSet>
  • 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.CaseInsensitiveSet
    create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.CaseInsensitiveSet> type, int size)
     
    protected com.github.tommyettinger.ds.CaseInsensitiveSet
    createCopy(com.esotericsoftware.kryo.Kryo kryo, com.github.tommyettinger.ds.CaseInsensitiveSet 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.CaseInsensitiveSet create(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends com.github.tommyettinger.ds.CaseInsensitiveSet> type, int size)
      Overrides:
      create in class com.esotericsoftware.kryo.serializers.CollectionSerializer<com.github.tommyettinger.ds.CaseInsensitiveSet>
    • createCopy

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