| Package | Description |
|---|---|
| com.alibaba.fastjson.parser | |
| com.alibaba.fastjson.parser.deserializer | |
| com.alibaba.fastjson.serializer |
| Modifier and Type | Field and Description |
|---|---|
protected BeanContext |
DefaultJSONParser.lastBeanContext |
| Modifier and Type | Field and Description |
|---|---|
protected BeanContext |
FieldDeserializer.beanContext |
| Modifier and Type | Method and Description |
|---|---|
void |
Jdk8DateCodec.write(JSONSerializer serializer,
Object object,
BeanContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected BeanContext |
FieldSerializer.fieldContext |
| Modifier and Type | Method and Description |
|---|---|
protected BeanContext |
JavaBeanSerializer.getBeanContext(int orinal) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ContextValueFilter.process(BeanContext context,
Object object,
String name,
Object value) |
protected Object |
SerializeFilterable.processValue(JSONSerializer jsonBeanDeser,
BeanContext beanContext,
Object object,
String key,
Object propertyValue) |
protected Object |
SerializeFilterable.processValue(JSONSerializer jsonBeanDeser,
BeanContext beanContext,
Object object,
String key,
Object propertyValue,
int features) |
void |
JodaCodec.write(JSONSerializer serializer,
Object object,
BeanContext context) |
void |
ContextObjectSerializer.write(JSONSerializer serializer,
Object object,
BeanContext context) |
void |
CalendarCodec.write(JSONSerializer serializer,
Object object,
BeanContext context) |
Copyright © 2023. All rights reserved.