| Modifier and Type | Method and Description |
|---|---|
static JsonReader |
JsonReader.of(okio.BufferedSource source)
Returns a new instance that reads UTF-8 encoded JSON from
source. |
abstract JsonReader |
JsonReader.peekJson()
Returns a new
JsonReader that can read data from this JsonReader without
consuming it. |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
JsonAdapter.fromJson(JsonReader reader) |
Copyright © 2018. All rights reserved.