@Deprecated public static interface JsonReader.JsonClassReader extends JsonReader.JsonClassReaderBase
| Modifier and Type | Method and Description |
|---|---|
Object |
read(Object jOb,
Deque stack)
Deprecated.
|
Object read(Object jOb, Deque stack)
jOb - Object being read. Could be a fundamental JSON type (String, long, boolean, double, null, or JsonObject)stack - Deque of objects that have been read (Map of Maps view). These are json-io JsonObjects, which are Maps.Copyright © 2024. All rights reserved.