Class MatchesList.KryoSerializer

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

public static class MatchesList.KryoSerializer extends com.esotericsoftware.kryo.serializers.FieldSerializer<MatchesList>
  • 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 MatchesList> type)
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, MatchesList 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, MatchesList object)
      Overrides:
      write in class com.esotericsoftware.kryo.serializers.FieldSerializer<MatchesList>
    • read

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