FileDocCategorySizeDatePackage
JsonWriter.javaAPI DocAndroid 5.1 API1894Sat Mar 14 14:09:36 GMT 2015android.util

JsonWriter

public final class JsonWriter extends Object implements Closeable

Fields Summary
Constructors Summary
public JsonWriter(Writer out)

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.util.JsonWriterbeginArray()

 throw new RuntimeException("Stub!"); 
public android.util.JsonWriterbeginObject()

 throw new RuntimeException("Stub!"); 
public voidclose()

 throw new RuntimeException("Stub!"); 
public android.util.JsonWriterendArray()

 throw new RuntimeException("Stub!"); 
public android.util.JsonWriterendObject()

 throw new RuntimeException("Stub!"); 
public voidflush()

 throw new RuntimeException("Stub!"); 
public booleanisLenient()

 throw new RuntimeException("Stub!"); 
public android.util.JsonWritername(java.lang.String name)

 throw new RuntimeException("Stub!"); 
public android.util.JsonWriternullValue()

 throw new RuntimeException("Stub!"); 
public voidsetIndent(java.lang.String indent)

 throw new RuntimeException("Stub!"); 
public voidsetLenient(boolean lenient)

 throw new RuntimeException("Stub!"); 
public android.util.JsonWritervalue(java.lang.String value)

 throw new RuntimeException("Stub!"); 
public android.util.JsonWritervalue(boolean value)

 throw new RuntimeException("Stub!"); 
public android.util.JsonWritervalue(double value)

 throw new RuntimeException("Stub!"); 
public android.util.JsonWritervalue(long value)

 throw new RuntimeException("Stub!"); 
public android.util.JsonWritervalue(java.lang.Number value)

 throw new RuntimeException("Stub!");