public interface _OptimizedJsonReader
| Modifier and Type | Method and Description |
|---|---|
int |
b(com.google.gson.stream.JsonReader jsonReader)
Reads the internal index of the next Json field from the given Json
reader.
|
int |
c(com.google.gson.stream.JsonReader jsonReader)
Reads the internal index of the next Json value from the given Json
reader.
|
int b(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
jsonReader - the Json reader to read from.java.io.IOException - if the reading failed.int c(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
jsonReader - the Json reader to read from.java.io.IOException - if the reading failed.