Searched refs:JsonWriter (Results 1 – 5 of 5) sorted by relevance
120 public final class JsonWriter implements Closeable { class148 public JsonWriter(Writer out) { in JsonWriter() method in JsonWriter202 public JsonWriter beginArray() throws IOException { in beginArray()211 public JsonWriter endArray() throws IOException { in endArray()221 public JsonWriter beginObject() throws IOException { in beginObject()230 public JsonWriter endObject() throws IOException { in endObject()238 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { in open()249 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) in close()284 public JsonWriter name(String name) throws IOException { in name()299 public JsonWriter value(String value) throws IOException { in value()[all …]
825 <p>New classes, {@link android.util.JsonReader} and {@link android.util.JsonWriter}, help you837 <p>You can create an instance of {@link android.util.JsonWriter} by calling its constructor and839 similar to the reader, using {@link android.util.JsonWriter#name name()} to add a property name840 and an appropriate {@link android.util.JsonWriter#value value()} method to add the respective
33768 public final class JsonWriter implements java.io.Closeable {33769 ctor public JsonWriter(java.io.Writer);33770 method public android.util.JsonWriter beginArray() throws java.io.IOException;33771 method public android.util.JsonWriter beginObject() throws java.io.IOException;33773 method public android.util.JsonWriter endArray() throws java.io.IOException;33774 method public android.util.JsonWriter endObject() throws java.io.IOException;33777 method public android.util.JsonWriter name(java.lang.String) throws java.io.IOException;33778 method public android.util.JsonWriter nullValue() throws java.io.IOException;33781 method public android.util.JsonWriter value(java.lang.String) throws java.io.IOException;33782 method public android.util.JsonWriter value(boolean) throws java.io.IOException;[all …]
31535 public final class JsonWriter implements java.io.Closeable {31536 ctor public JsonWriter(java.io.Writer);31537 method public android.util.JsonWriter beginArray() throws java.io.IOException;31538 method public android.util.JsonWriter beginObject() throws java.io.IOException;31540 method public android.util.JsonWriter endArray() throws java.io.IOException;31541 method public android.util.JsonWriter endObject() throws java.io.IOException;31544 method public android.util.JsonWriter name(java.lang.String) throws java.io.IOException;31545 method public android.util.JsonWriter nullValue() throws java.io.IOException;31548 method public android.util.JsonWriter value(java.lang.String) throws java.io.IOException;31549 method public android.util.JsonWriter value(boolean) throws java.io.IOException;[all …]
1253 http://developer.android.com/reference/android/util/JsonWriter.html