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 IOException
jsonReader - the Json reader to read from.IOException - if the reading failed.int c(com.google.gson.stream.JsonReader jsonReader) throws IOException
jsonReader - the Json reader to read from.IOException - if the reading failed.Copyright © 2019. All rights reserved.