public class JfinalRecordSerializer extends Object implements com.alibaba.fastjson.serializer.ObjectSerializer
| Modifier and Type | Field and Description |
|---|---|
static JfinalRecordSerializer |
me |
| Constructor and Description |
|---|
JfinalRecordSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(com.alibaba.fastjson.serializer.JSONSerializer serializer,
Object object,
Object fieldName,
Type fieldType,
int features) |
public static final JfinalRecordSerializer me
public void write(com.alibaba.fastjson.serializer.JSONSerializer serializer,
Object object,
Object fieldName,
Type fieldType,
int features)
throws IOException
write in interface com.alibaba.fastjson.serializer.ObjectSerializerserializer - object - fieldName - fieldType - features - IOExceptionCopyright © 2021. All rights reserved.