public class SerialContext extends Object
| Constructor and Description |
|---|
SerialContext(SerialContext parent,
Object object,
Object fieldName,
int features,
int fieldFeatures) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFeatures() |
Object |
getFieldName() |
Object |
getObject() |
SerialContext |
getParent() |
String |
getPath() |
boolean |
isEnabled(SerializerFeature feature) |
String |
toString() |
public SerialContext(SerialContext parent, Object object, Object fieldName, int features, int fieldFeatures)
public SerialContext getParent()
public Object getObject()
public Object getFieldName()
public String getPath()
public int getFeatures()
public boolean isEnabled(SerializerFeature feature)
Copyright © 2012–2020 Alibaba Group. All rights reserved.