public class _OptimizedJsonReaderImpl extends java.lang.Object implements _OptimizedJsonReader
| Constructor and Description |
|---|
_OptimizedJsonReaderImpl() |
| 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.
|
public int b(com.google.gson.stream.JsonReader jsonReader)
throws java.io.IOException
_OptimizedJsonReaderb in interface _OptimizedJsonReaderjsonReader - the Json reader to read from.java.io.IOException - if the reading failed.public int c(com.google.gson.stream.JsonReader jsonReader)
throws java.io.IOException
_OptimizedJsonReaderc in interface _OptimizedJsonReaderjsonReader - the Json reader to read from.java.io.IOException - if the reading failed.