Uses of Class
com.alibaba.fastjson.serializer.SerializeConfig

Packages that use SerializeConfig
com.alibaba.fastjson   
com.alibaba.fastjson.serializer   
 

Uses of SerializeConfig in com.alibaba.fastjson
 

Methods in com.alibaba.fastjson with parameters of type SerializeConfig
static byte[] JSON.toJSONBytes(Object object, SerializeConfig config, SerializerFeature... features)
           
static String JSON.toJSONString(Object object, SerializeConfig config, SerializerFeature... features)
           
static String JSON.toJSONStringZ(Object object, SerializeConfig mapping, SerializerFeature... features)
           
 

Uses of SerializeConfig in com.alibaba.fastjson.serializer
 

Subclasses of SerializeConfig in com.alibaba.fastjson.serializer
 class JSONSerializerMap
          Deprecated. 
 

Methods in com.alibaba.fastjson.serializer that return SerializeConfig
static SerializeConfig SerializeConfig.getGlobalInstance()
           
 SerializeConfig JSONSerializer.getMapping()
           
 

Constructors in com.alibaba.fastjson.serializer with parameters of type SerializeConfig
JSONSerializer(SerializeConfig config)
           
JSONSerializer(SerializeWriter out, SerializeConfig config)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.