public class SerializationContext extends Object
| Constructor and Description |
|---|
SerializationContext(Object rootObject,
String rootObjectBeanId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addObject(String name,
Object contextObject) |
void |
decDepth() |
int |
getCurrentDepth() |
Object |
getValue(Getter getter) |
Object |
getValue(String contextObjectName,
Getter getter) |
void |
incDepth() |
Object |
removeObject(String name) |
public static final String ROOT_OBJ
Copyright © 2020. All rights reserved.