Begins encoding a new array.
Begins encoding a new object.
Ends encoding the current array.
Ends encoding the current object.
Writes value directly to the writer without quoting or escaping.
Encodes the property name.
Encodes null.
Encodes value.
Generated using TypeDoc
Writes a JSON (RFC 7159) encoded value to a stream, one token at a time. The stream includes both literal values (strings, numbers, booleans and nulls) as well as the begin and end delimiters of objects and arrays.
See com.google.gson.stream.JsonWriter for full documentation