public abstract class AbstractFastJsonSerializer extends Object implements com.alibaba.fastjson.serializer.ObjectSerializer, com.alibaba.fastjson.parser.deserializer.ObjectDeserializer
Constructor and Description |
---|
AbstractFastJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
int |
getFastMatchToken() |
void |
write(com.alibaba.fastjson.serializer.JSONSerializer serializer,
Object object,
Object fieldName,
Type fieldType,
int features) |
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.ObjectSerializer
IOException
public int getFastMatchToken()
getFastMatchToken
in interface com.alibaba.fastjson.parser.deserializer.ObjectDeserializer
Copyright © 2022. All rights reserved.