JsonWriter.BeginObject Method

Definition

Begins encoding a new object.

[Android.Runtime.Register("beginObject", "()Landroid/util/JsonWriter;", "")]
public Android.Util.JsonWriter? BeginObject ();
[<Android.Runtime.Register("beginObject", "()Landroid/util/JsonWriter;", "")>]
member this.BeginObject : unit -> Android.Util.JsonWriter

Returns

this writer.

Attributes

Exceptions

Remarks

Begins encoding a new object. Each call to this method must be paired with a call to #endObject.

Java documentation for android.util.JsonWriter.beginObject().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to