com.twitter.chill.java
Class RegexSerializer

java.lang.Object
  extended by com.esotericsoftware.kryo.Serializer<java.util.regex.Pattern>
      extended by com.twitter.chill.java.RegexSerializer

public class RegexSerializer
extends com.esotericsoftware.kryo.Serializer<java.util.regex.Pattern>


Constructor Summary
RegexSerializer()
           
 
Method Summary
 java.util.regex.Pattern read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<java.util.regex.Pattern> patternClass)
           
static IKryoRegistrar registrar()
           
 void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, java.util.regex.Pattern pattern)
           
 
Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexSerializer

public RegexSerializer()
Method Detail

registrar

public static IKryoRegistrar registrar()

write

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

read

public java.util.regex.Pattern read(com.esotericsoftware.kryo.Kryo kryo,
                                    com.esotericsoftware.kryo.io.Input input,
                                    java.lang.Class<java.util.regex.Pattern> patternClass)
Specified by:
read in class com.esotericsoftware.kryo.Serializer<java.util.regex.Pattern>