org.apache.jena.riot.out
Class RDFJSONWriter

java.lang.Object
  extended by org.apache.jena.riot.out.RDFJSONWriter

Deprecated. Use RDFDataMgr.write(OutputStream, Graph, Lang) with Lang.RDFJSON

@Deprecated
public class RDFJSONWriter
extends Object


Constructor Summary
RDFJSONWriter()
          Deprecated.  
 
Method Summary
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFJSONWriter

public RDFJSONWriter()
Deprecated. 
Method Detail

write

@Deprecated
public static void write(OutputStream out,
                                    Graph graph)
Deprecated. Use RDFDataMgr.write(OutputStream, Graph, Lang) with Lang.RDFJSON


write

@Deprecated
public static void write(Writer out,
                                    Graph graph)
Deprecated. Use RDFDataMgr.write(OutputStream, Graph, Lang) with Lang.RDFJSON



Licenced under the Apache License, Version 2.0