com.alibaba.fastjson.serializer
Class JSONLibDataFormatSerializer

java.lang.Object
  extended by com.alibaba.fastjson.serializer.JSONLibDataFormatSerializer
All Implemented Interfaces:
ObjectSerializer

public class JSONLibDataFormatSerializer
extends Object
implements ObjectSerializer


Constructor Summary
JSONLibDataFormatSerializer()
           
 
Method Summary
 void write(JSONSerializer serializer, Object object, Object fieldName, Type fieldType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONLibDataFormatSerializer

public JSONLibDataFormatSerializer()
Method Detail

write

public void write(JSONSerializer serializer,
                  Object object,
                  Object fieldName,
                  Type fieldType)
           throws IOException
Specified by:
write in interface ObjectSerializer
Throws:
IOException


Copyright © 2012 Alibaba Group. All Rights Reserved.