Uses of Enum
com.alibaba.fastjson.serializer.SerializerFeature
Packages that use SerializerFeature
Package
Description
-
Uses of SerializerFeature in com.alibaba.fastjson
Methods in com.alibaba.fastjson with parameters of type SerializerFeatureModifier and TypeMethodDescriptionstatic voidJSON.config(com.alibaba.fastjson2.JSONWriter.Context ctx, SerializerFeature[] features) voidJSONWriter.config(SerializerFeature feature, boolean state) static byte[]JSON.toJSONBytes(Object object, SerializeFilter[] filters, SerializerFeature... features) static byte[]JSON.toJSONBytes(Object object, SerializerFeature... features) static StringJSON.toJSONString(Object object, int defaultFeatures, SerializerFeature... features) static StringJSON.toJSONString(Object object, SerializeConfig config, SerializeFilter filter, SerializerFeature... features) static StringJSON.toJSONString(Object object, SerializeConfig config, SerializerFeature... features) static StringJSON.toJSONString(Object object, SerializeFilter[] filters, SerializerFeature... features) static StringJSON.toJSONString(Object object, SerializeFilter filter, SerializerFeature... features) static StringJSON.toJSONString(Object object, SerializerFeature... features) static StringJSON.toJSONStringWithDateFormat(Object object, String dateFormat, SerializerFeature... features) JSONObject.toString(SerializerFeature... features) static final intJSON.writeJSONString(OutputStream os, Object object, SerializeFilter[] filters, SerializerFeature... features) static final intJSON.writeJSONString(OutputStream os, Object object, SerializerFeature... features) -
Uses of SerializerFeature in com.alibaba.fastjson.serializer
Fields in com.alibaba.fastjson.serializer declared as SerializerFeatureMethods in com.alibaba.fastjson.serializer that return SerializerFeatureModifier and TypeMethodDescriptionstatic SerializerFeatureReturns 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 SerializerFeatureModifier and TypeMethodDescriptionvoidJSONSerializer.config(SerializerFeature feature, boolean state) static intSerializerFeature.config(int features, SerializerFeature feature, boolean state) static booleanSerializerFeature.isEnabled(int features, int features1, SerializerFeature feature) static booleanSerializerFeature.isEnabled(int features, SerializerFeature feature) static intSerializerFeature.of(SerializerFeature[] features) -
Uses of SerializerFeature in com.alibaba.fastjson.support.config
Methods in com.alibaba.fastjson.support.config that return SerializerFeatureMethods in com.alibaba.fastjson.support.config with parameters of type SerializerFeatureModifier and TypeMethodDescriptionvoidFastJsonConfig.setSerializerFeatures(SerializerFeature... serializerFeatures) -
Uses of SerializerFeature in com.alibaba.fastjson.support.jaxrs
Fields in com.alibaba.fastjson.support.jaxrs declared as SerializerFeatureModifier and TypeFieldDescriptionprotected SerializerFeature[]FastJsonProvider.featuresDeprecated.Methods in com.alibaba.fastjson.support.jaxrs that return SerializerFeatureMethods in com.alibaba.fastjson.support.jaxrs with parameters of type SerializerFeatureModifier and TypeMethodDescriptionvoidFastJsonProvider.setFeatures(SerializerFeature... features) Deprecated.