com.sybase.afx.json
Class JsonWriter

java.lang.Object
  extended by com.sybase.afx.json.JsonWriter

public abstract class JsonWriter
extends java.lang.Object

Output methods for JSON (JavaScript Object Notation).


Constructor Summary
JsonWriter()
           
 
Method Summary
static java.lang.String format(java.lang.Object value)
           
static void write(StringWriter output, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonWriter

public JsonWriter()
Method Detail

format

public static java.lang.String format(java.lang.Object value)

write

public static void write(StringWriter output,
                         java.lang.Object value)
                  throws java.io.IOException
Throws:
java.io.IOException