public static class Readers.StringBufferReader extends Object implements JsonReader.JsonClassReaderEx
JsonReader.JsonClassReaderEx.Support
Constructor and Description |
---|
StringBufferReader() |
Modifier and Type | Method and Description |
---|---|
Object |
read(Object o,
Deque<JsonObject<String,Object>> stack,
Map<String,Object> args) |
public Object read(Object o, Deque<JsonObject<String,Object>> stack, Map<String,Object> args)
read
in interface JsonReader.JsonClassReaderEx
o
- 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 © 2016. All rights reserved.