apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api.json
/
JsonWriter
/
beginObject
begin
Object
common
abstract
fun
beginObject
(
)
:
JsonWriter
Content copied to clipboard
Begins encoding a new object. Each call to this method must be paired with a call to
endObject
.