Package com.cedarsoftware.io
Interface JsonReader.JsonClassReader
- All Known Implementing Classes:
RecordFactory.RecordReader
- Enclosing class:
- JsonReader
public static interface JsonReader.JsonClassReader
Implement this interface to add a custom JSON reader.
-
Method Summary
-
Method Details
-
read
- Parameters:
jsonObj
- 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).resolver
- Contains access- Returns:
- Java Object that you filled out with values from the passed in jsonObj.
-