The methods of Android.Util.JsonWriter are listed below. For a list of all members, see the JsonWriter Members list.
See Also: Inherited members from Java.Lang.Object
BeginArray()Begins encoding a new array. | ||
BeginArrayAsync()Documentation for this section has not yet been entered. | ||
BeginObject()Begins encoding a new object. | ||
BeginObjectAsync()Documentation for this section has not yet been entered. | ||
Close()Flushes and closes this writer and the underlying Java.IO.Writer. | ||
EndArray()Ends encoding the current array. | ||
EndArrayAsync()Documentation for this section has not yet been entered. | ||
EndObject()Ends encoding the current object. | ||
EndObjectAsync()Documentation for this section has not yet been entered. | ||
Flush()Ensures all buffered data is written to the underlying Java.IO.Writer and flushes that writer. | ||
FlushAsync()Documentation for this section has not yet been entered. | ||
Name(string)Encodes the property name. | ||
NameAsync(string)Documentation for this section has not yet been entered. | ||
NullValue()Encodes null. | ||
NullValueAsync()Documentation for this section has not yet been entered. | ||
SetIndent(string)Sets the indentation string to be repeated for each level of indentation in the encoded document. | ||
Value(Java.Lang.Number)Encodes value. | ||
Value(bool)Encodes value. | ||
Value(double)Encodes value. | ||
Value(long)Encodes value. | ||
Value(string)Encodes value. | ||
ValueAsync(Java.Lang.Number)Documentation for this section has not yet been entered. | ||
ValueAsync(bool)Documentation for this section has not yet been entered. | ||
ValueAsync(double)Documentation for this section has not yet been entered. | ||
ValueAsync(long)Documentation for this section has not yet been entered. | ||
ValueAsync(string)Documentation for this section has not yet been entered. |