Class MatcherList.KryoSerializer

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

public static class MatcherList.KryoSerializer extends com.esotericsoftware.kryo.serializers.FieldSerializer<MatcherList>
  • 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

    Modifier and Type
    Method
    Description
    read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends MatcherList> type)
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, MatcherList object)
     

    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)
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, MatcherList object)
      Overrides:
      write in class com.esotericsoftware.kryo.serializers.FieldSerializer<MatcherList>
    • read

      public MatcherList read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends MatcherList> type)
      Overrides:
      read in class com.esotericsoftware.kryo.serializers.FieldSerializer<MatcherList>