apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api.json
/
BufferedSinkJsonWriter
/
beginArray
begin
Array
common
open
override
fun
beginArray
(
)
:
JsonWriter
Content copied to clipboard
Begins encoding a new array. Each call to this method must be paired with a call to
endArray
.