public static interface JsonReader.JsonClassReader extends JsonReader.JsonClassReaderBase
Modifier and Type | Method and Description |
---|---|
Object |
read(Object jOb,
Deque<JsonObject<String,Object>> stack) |
Object read(Object jOb, Deque<JsonObject<String,Object>> 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).Copyright © 2024. All rights reserved.