The members of Android.Util.JsonWriter are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new instance that writes a JSON-encoded stream to out. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |