Class LocaleSerializer

java.lang.Object
com.esotericsoftware.kryo.kryo5.Serializer
com.esotericsoftware.kryo.kryo5.serializers.JavaSerializer
com.twitter.chill.java.LocaleSerializer

public class LocaleSerializer extends com.esotericsoftware.kryo.kryo5.serializers.JavaSerializer
The java serializer uses an cache of allocated instances so it is probably a bit hard to beat, so why bother
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.esotericsoftware.kryo.kryo5.serializers.JavaSerializer

    read, write

    Methods inherited from class com.esotericsoftware.kryo.kryo5.Serializer

    copy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocaleSerializer

      public LocaleSerializer()
  • Method Details