Class UserAgentStringMatchMakerTester.KryoSerializer

java.lang.Object
com.esotericsoftware.kryo.Serializer<T>
com.esotericsoftware.kryo.serializers.FieldSerializer<AbstractUserAgentAnalyzerDirect>
nl.basjes.parse.useragent.AbstractUserAgentAnalyzerDirect.KryoSerializer
nl.basjes.parse.useragent.debug.UserAgentStringMatchMakerTester.KryoSerializer
Enclosing class:
UserAgentStringMatchMakerTester

public static class UserAgentStringMatchMakerTester.KryoSerializer extends AbstractUserAgentAnalyzerDirect.KryoSerializer
  • Nested Class Summary

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

    com.esotericsoftware.kryo.serializers.FieldSerializer.Bind, com.esotericsoftware.kryo.serializers.FieldSerializer.CachedField, com.esotericsoftware.kryo.serializers.FieldSerializer.FieldSerializerConfig, com.esotericsoftware.kryo.serializers.FieldSerializer.NotNull, com.esotericsoftware.kryo.serializers.FieldSerializer.Optional
  • Constructor Summary

    Constructors
    Constructor
    Description
    KryoSerializer(com.esotericsoftware.kryo.Kryo kryo, Class<?> type)
     
  • Method Summary

    Methods inherited from class nl.basjes.parse.useragent.AbstractUserAgentAnalyzerDirect.KryoSerializer

    read, write

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

    copy, create, createCopy, getCopyFields, getField, getFields, getFieldSerializerConfig, getKryo, getType, initializeCachedFields, log, popTypeVariables, pushTypeVariables, removeField, removeField, updateFields

    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

    • KryoSerializer

      public KryoSerializer(com.esotericsoftware.kryo.Kryo kryo, Class<?> type)