public class JsonReadContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.Object> |
knownobjects
Already known objects
|
| Constructor and Description |
|---|
JsonReadContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
addKnownObject(java.lang.Object obj)
Returns the known objects.
|
java.lang.Object |
getKnownObject(int num)
Returns the known objects.
|