public static class Readers.CalendarReader extends Object implements JsonReader.JsonClassReader
| Constructor and Description |
|---|
CalendarReader() |
| Modifier and Type | Method and Description |
|---|---|
Object |
read(Object o,
Deque<JsonObject> stack,
Map<String,Object> args,
JsonReader reader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, readpublic Object read(Object o, Deque<JsonObject> stack, Map<String,Object> args, JsonReader reader)
read in interface JsonReader.JsonClassReadero - 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).args - Map of argument settings that were passed to JsonReader when instantiated.Copyright © 2023. All rights reserved.