| Package | Description |
|---|---|
| com.alibaba.fastjson.serializer |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayCodec |
class |
BigDecimalCodec |
class |
BooleanCodec |
class |
CollectionCodec |
class |
DateCodec |
class |
IntegerCodec |
class |
JavaBeanSerializer |
class |
ListSerializer |
class |
MapSerializer |
class |
MiscCodec |
class |
NumberCodec |
class |
StringCodec |
| Modifier and Type | Method and Description |
|---|---|
ObjectSerializer |
SerializeConfig.get(Class<?> clazz) |
ObjectSerializer |
SerializeConfig.registerIfNotExists(Class<?> clazz) |
ObjectSerializer |
SerializeConfig.registerIfNotExists(Class<?> clazz,
int classModifers,
boolean fieldOnly,
boolean jsonTypeSupport,
boolean jsonFieldSupport,
boolean fieldGenericSupport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SerializeConfig.put(Type key,
ObjectSerializer value) |
Copyright © 2012–2017 Alibaba Group. All rights reserved.