|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Class
com.alibaba.fastjson.serializer.SerializerFeature
Packages that use SerializerFeature | |
---|---|
com.alibaba.fastjson | |
com.alibaba.fastjson.serializer |
Uses of SerializerFeature in com.alibaba.fastjson |
---|
Methods in com.alibaba.fastjson with parameters of type SerializerFeature | |
---|---|
static byte[] |
JSON.toJSONBytes(Object object,
SerializeConfig config,
SerializerFeature... features)
|
static byte[] |
JSON.toJSONBytes(Object object,
SerializerFeature... features)
|
static String |
JSON.toJSONString(Object object,
SerializeConfig config,
SerializerFeature... features)
|
static String |
JSON.toJSONString(Object object,
SerializeFilter filter,
SerializerFeature... features)
|
static String |
JSON.toJSONString(Object object,
SerializerFeature... features)
|
static String |
JSON.toJSONStringWithDateFormat(Object object,
String dateFormat,
SerializerFeature... features)
|
static String |
JSON.toJSONStringZ(Object object,
SerializeConfig mapping,
SerializerFeature... features)
|
Uses of SerializerFeature in com.alibaba.fastjson.serializer |
---|
Methods in com.alibaba.fastjson.serializer that return SerializerFeature | |
---|---|
static SerializerFeature |
SerializerFeature.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SerializerFeature[] |
SerializerFeature.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.alibaba.fastjson.serializer with parameters of type SerializerFeature | |
---|---|
static int |
SerializerFeature.config(int features,
SerializerFeature feature,
boolean state)
|
void |
SerializeWriter.config(SerializerFeature feature,
boolean state)
|
void |
JSONSerializer.config(SerializerFeature feature,
boolean state)
|
static boolean |
SerializerFeature.isEnabled(int features,
SerializerFeature feature)
|
boolean |
SerializeWriter.isEnabled(SerializerFeature feature)
|
boolean |
JSONSerializer.isEnabled(SerializerFeature feature)
|
Constructors in com.alibaba.fastjson.serializer with parameters of type SerializerFeature | |
---|---|
SerializeWriter(SerializerFeature... features)
Creates a new CharArrayWriter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2012 Alibaba Group. All Rights Reserved.