public class SerializationContext extends Object
static String
ROOT_OBJ
SerializationContext(Object rootObject, String rootObjectBeanId)
void
addObject(String name, Object contextObject)
decDepth()
int
getCurrentDepth()
Object
getValue(Getter getter)
getValue(String contextObjectName, Getter getter)
incDepth()
removeObject(String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String ROOT_OBJ
public SerializationContext(Object rootObject, String rootObjectBeanId)
public int getCurrentDepth()
public void incDepth()
public void decDepth()
public void addObject(String name, Object contextObject)
public Object removeObject(String name)
public Object getValue(Getter getter)
public Object getValue(String contextObjectName, Getter getter)
Copyright © 2014. All rights reserved.