public class SerialContext extends Object
Modifier and Type | Field and Description |
---|---|
int |
features |
Object |
fieldName |
Object |
object |
SerialContext |
parent |
Constructor and Description |
---|
SerialContext(SerialContext parent,
Object object,
Object fieldName,
int features,
int fieldFeatures) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldName()
Deprecated.
|
Object |
getObject()
Deprecated.
|
SerialContext |
getParent()
Deprecated.
|
String |
getPath()
Deprecated.
|
String |
toString() |
public final SerialContext parent
public final Object object
public final Object fieldName
public final int features
public SerialContext(SerialContext parent, Object object, Object fieldName, int features, int fieldFeatures)
Copyright © 2012–2022 Alibaba Group. All rights reserved.