public class JacksonSerializer extends AbstractJsonSerializer
TYPE_CODE_LIST| Constructor and Description |
|---|
JacksonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
fromJson(String str,
Class<?> cls,
char typeCode) |
protected String |
getClsName(Object object) |
protected Object |
preProcess(Object object) |
protected String |
toJson(Object object) |
deserialize, getType, serializeprotected String toJson(Object object) throws Exception
toJson in class AbstractJsonSerializerExceptionprotected Object fromJson(String str, Class<?> cls, char typeCode) throws Exception
fromJson in class AbstractJsonSerializerExceptionprotected String getClsName(Object object)
getClsName in class AbstractJsonSerializerprotected Object preProcess(Object object)
preProcess in class AbstractJsonSerializerCopyright © 2018. All rights reserved.