Class 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MatcherList 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
    • Constructor Detail

      • KryoSerializer

        public KryoSerializer​(com.esotericsoftware.kryo.Kryo kryo,
                              Class<?> type)
    • Method Detail

      • 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>