public class GraphBuffer extends Object
| Constructor and Description |
|---|
GraphBuffer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
readGraph(byte[] data,
Graph graph,
ContextManager manager)
Deprecated.
|
byte[] |
writeGraph(Graph graph,
Context context)
Deprecated.
|
void |
writeJSON(byte[] data,
ContextManager manager,
com.fasterxml.jackson.core.JsonGenerator generator)
Deprecated.
|
public byte[] writeGraph(Graph graph, Context context) throws IOException
IOExceptionpublic void readGraph(byte[] data,
Graph graph,
ContextManager manager)
throws KonigReadException
KonigReadExceptionpublic void writeJSON(byte[] data,
ContextManager manager,
com.fasterxml.jackson.core.JsonGenerator generator)
throws KonigWriteException
KonigWriteExceptionCopyright © 2019. All rights reserved.