public class _OptimizedJsonWriterImpl extends java.lang.Object implements _OptimizedJsonWriter
| Constructor and Description |
|---|
_OptimizedJsonWriterImpl() |
| 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.
|
public void b(com.google.gson.stream.JsonWriter jsonWriter,
int nameIndex)
throws java.io.IOException
_OptimizedJsonWriterb in interface _OptimizedJsonWriterjsonWriter - the Json writer to write to.nameIndex - the internal index of the field name.java.io.IOException - if the writing failed.public void c(com.google.gson.stream.JsonWriter jsonWriter,
int valueIndex)
throws java.io.IOException
_OptimizedJsonWriterc in interface _OptimizedJsonWriterjsonWriter - the Json writer to write to.valueIndex - the internal index of the field value.java.io.IOException - if the writing failed.