JsonWriter.BeginArray Method

Definition

Begins encoding a new array.

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

Returns

this writer.

Attributes

Exceptions

Remarks

Begins encoding a new array. Each call to this method must be paired with a call to #endArray.

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

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