com.alibaba.fastjson.serializer
类 FieldSerializer
java.lang.Object
com.alibaba.fastjson.serializer.FieldSerializer
- 直接已知子类:
- ObjectFieldSerializer
public abstract class FieldSerializer
- extends Object
- 作者:
- wenshao
FieldSerializer
public FieldSerializer(FieldInfo fieldInfo)
isWriteNull
public boolean isWriteNull()
getField
public Field getField()
getName
public String getName()
getMethod
public Method getMethod()
writePrefix
public void writePrefix(JSONSerializer serializer)
throws IOException
- 抛出:
IOException
getPropertyValue
public Object getPropertyValue(Object object)
throws Exception
- 抛出:
Exception
writeProperty
public abstract void writeProperty(JSONSerializer serializer,
Object propertyValue)
throws Exception
- 抛出:
Exception
writeValue
public abstract void writeValue(JSONSerializer serializer,
Object propertyValue)
throws Exception
- 抛出:
Exception
Copyright © 2012-2014 Alibaba Group. All Rights Reserved.