public interface _OptimizedJsonWriter
| Modifier and Type | Method and Description |
|---|---|
void |
b(com.google.gson.stream.JsonWriter jsonWriter,
int nameIndex)
Writes the field name with the given internal index to the given Json writer.
|
void |
c(com.google.gson.stream.JsonWriter jsonWriter,
int valueIndex)
Writes the field value with the given internal index to the given Json writer.
|
void b(com.google.gson.stream.JsonWriter jsonWriter,
int nameIndex)
throws IOException
jsonWriter - the Json writer to write to.nameIndex - the internal index of the field name.IOException - if the writing failed.void c(com.google.gson.stream.JsonWriter jsonWriter,
int valueIndex)
throws IOException
jsonWriter - the Json writer to write to.valueIndex - the internal index of the field value.IOException - if the writing failed.Copyright © 2019. All rights reserved.