public class RegexSerializer extends com.esotericsoftware.kryo.Serializer<Pattern>
Constructor and Description |
---|
RegexSerializer() |
Modifier and Type | Method and Description |
---|---|
Pattern |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<Pattern> patternClass) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
Pattern pattern) |
Copyright © 2010–2018. All rights reserved.