Package | Description |
---|---|
com.alibaba.fastjson.serializer |
Modifier and Type | Field and Description |
---|---|
SerialContext |
SerialContext.parent |
Modifier and Type | Method and Description |
---|---|
SerialContext |
JSONSerializer.getContext() |
SerialContext |
SerialContext.getParent()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONSerializer.setContext(SerialContext context) |
void |
JSONSerializer.setContext(SerialContext parent,
Object object,
Object fieldName,
int features) |
void |
JSONSerializer.setContext(SerialContext parent,
Object object,
Object fieldName,
int features,
int fieldFeatures) |
Constructor and Description |
---|
SerialContext(SerialContext parent,
Object object,
Object fieldName,
int features,
int fieldFeatures) |
Copyright © 2012–2022 Alibaba Group. All rights reserved.