Class RegexSerializer

java.lang.Object
com.esotericsoftware.kryo.kryo5.Serializer<Pattern>
com.twitter.chill.java.RegexSerializer

public class RegexSerializer extends com.esotericsoftware.kryo.kryo5.Serializer<Pattern>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Input input, Class<? extends Pattern> patternClass)
     
     
    void
    write(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Output output, Pattern pattern)
     

    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

    • RegexSerializer

      public RegexSerializer()
  • Method Details

    • registrar

      public static IKryoRegistrar registrar()
    • write

      public void write(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Output output, Pattern pattern)
      Specified by:
      write in class com.esotericsoftware.kryo.kryo5.Serializer<Pattern>
    • read

      public Pattern read(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Input input, Class<? extends Pattern> patternClass)
      Specified by:
      read in class com.esotericsoftware.kryo.kryo5.Serializer<Pattern>