public static class JenaStormUtils.RuleSerializer extends com.esotericsoftware.kryo.Serializer<com.hp.hpl.jena.reasoner.rulesys.Rule>
Constructor and Description |
---|
RuleSerializer() |
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.reasoner.rulesys.Rule |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<com.hp.hpl.jena.reasoner.rulesys.Rule> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
com.hp.hpl.jena.reasoner.rulesys.Rule object) |
public RuleSerializer()
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, com.hp.hpl.jena.reasoner.rulesys.Rule object)
write
in class com.esotericsoftware.kryo.Serializer<com.hp.hpl.jena.reasoner.rulesys.Rule>