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() |
protected void |
toString(StringBuilder buf) |
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)
protected void toString(StringBuilder buf)
public SerialContext getParent()
public Object getObject()
public Object getFieldName()
public String getPath()
Copyright © 2023. All rights reserved.