public class GenericNodeSerializerViaRiot
extends com.esotericsoftware.kryo.Serializer<org.apache.jena.graph.Node>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.jena.riot.system.ErrorHandler |
errorHandler |
protected org.apache.jena.riot.system.ParserProfile |
profile |
| Constructor and Description |
|---|
GenericNodeSerializerViaRiot() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.graph.Node |
parse(String string) |
org.apache.jena.graph.Node |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.apache.jena.graph.Node> objClass) |
protected org.apache.jena.riot.system.ParserProfile |
setupInternalParserProfile() |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.apache.jena.graph.Node obj) |
protected org.apache.jena.riot.system.ErrorHandler errorHandler
protected org.apache.jena.riot.system.ParserProfile profile
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.apache.jena.graph.Node obj)
write in class com.esotericsoftware.kryo.Serializer<org.apache.jena.graph.Node>public org.apache.jena.graph.Node read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.apache.jena.graph.Node> objClass)
read in class com.esotericsoftware.kryo.Serializer<org.apache.jena.graph.Node>public org.apache.jena.graph.Node parse(String string)
protected org.apache.jena.riot.system.ParserProfile setupInternalParserProfile()
Copyright © 2016–2021 Smart Data Analytics (SDA) Research Group. All rights reserved.