Class CaseInsensitiveMapSerializer

java.lang.Object
com.esotericsoftware.kryo.Serializer<T>
com.esotericsoftware.kryo.serializers.MapSerializer<com.github.tommyettinger.ds.CaseInsensitiveMap<?>>
com.github.tommyettinger.kryo.jdkgdxds.CaseInsensitiveMapSerializer

public class CaseInsensitiveMapSerializer extends com.esotericsoftware.kryo.serializers.MapSerializer<com.github.tommyettinger.ds.CaseInsensitiveMap<?>>
  • Nested Class Summary

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

    com.esotericsoftware.kryo.serializers.MapSerializer.BindMap
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    copy, getKeyClass, getKeySerializer, getValueClass, getValueSerializer, read, setKeyClass, setKeyClass, setKeysCanBeNull, setKeySerializer, setValueClass, setValueClass, setValuesCanBeNull, setValueSerializer, 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 Details

  • Method Details

    • writeHeader

      protected void writeHeader(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.github.tommyettinger.ds.CaseInsensitiveMap<?> data)
      Overrides:
      writeHeader in class com.esotericsoftware.kryo.serializers.MapSerializer<com.github.tommyettinger.ds.CaseInsensitiveMap<?>>
    • create

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

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