RDFDataMgr.write(OutputStream, Graph, Lang) with Lang.RDFJSON@Deprecated public class RDFJSONWriter extends Object
| Constructor and Description |
|---|
RDFJSONWriter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
write(OutputStream out,
Graph graph)
Deprecated.
Use
RDFDataMgr.write(OutputStream, Graph, Lang)
with Lang.RDFJSON |
static void |
write(Writer out,
Graph graph)
Deprecated.
Use
RDFDataMgr.write(OutputStream, Graph, Lang)
with Lang.RDFJSON |
@Deprecated public static void write(OutputStream out, Graph graph)
@Deprecated public static void write(Writer out, Graph graph)
Licenced under the Apache License, Version 2.0