public class UInt64Codec extends Object implements com.alibaba.fastjson.serializer.ObjectSerializer, com.alibaba.fastjson.parser.deserializer.ObjectDeserializer
| Constructor and Description |
|---|
UInt64Codec() |
| Modifier and Type | Method and Description |
|---|---|
static Long |
castToLong(Object value) |
<T> T |
deserialze(com.alibaba.fastjson.parser.DefaultJSONParser parser,
Type clazz,
Object fieldName) |
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.ObjectSerializerIOExceptionpublic <T> T deserialze(com.alibaba.fastjson.parser.DefaultJSONParser parser,
Type clazz,
Object fieldName)
deserialze in interface com.alibaba.fastjson.parser.deserializer.ObjectDeserializerpublic int getFastMatchToken()
getFastMatchToken in interface com.alibaba.fastjson.parser.deserializer.ObjectDeserializerCopyright © 2023. All rights reserved.