All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
boolean |
checkValue(SerializeFilterable filterable) |
void |
close() |
void |
config(SerializerFeature feature,
boolean state) |
boolean |
containsReference(Object value) |
void |
decrementIdent() |
SerialContext |
getContext() |
DateFormat |
getDateFormat() |
String |
getDateFormatPattern() |
String |
getFastJsonConfigDateFormatPattern() |
int |
getIndentCount() |
SerializeConfig |
getMapping() |
ObjectSerializer |
getObjectWriter(Class<?> clazz) |
SerializeWriter |
getWriter() |
boolean |
hasNameFilters(SerializeFilterable filterable) |
boolean |
hasPropertyFilters(SerializeFilterable filterable) |
void |
incrementIndent() |
boolean |
isEnabled(SerializerFeature feature) |
boolean |
isWriteClassName(Type fieldType,
Object obj) |
void |
popContext() |
void |
println() |
void |
setContext(Object object,
Object fieldName) |
void |
setContext(SerialContext context) |
void |
setContext(SerialContext parent,
Object object,
Object fieldName,
int features) |
void |
setContext(SerialContext parent,
Object object,
Object fieldName,
int features,
int fieldFeatures) |
void |
setDateFormat(DateFormat dateFormat) |
void |
setDateFormat(String dateFormat) |
void |
setFastJsonConfigDateFormatPattern(String dateFormatPattern)
Set global date format pattern in FastJsonConfig
|
String |
toString() |
void |
write(Object object) |
static void |
write(SerializeWriter out,
Object object) |
void |
write(String text) |
static void |
write(Writer out,
Object object) |
void |
writeAs(Object object,
Class type) |
void |
writeNull() |
void |
writeReference(Object object) |
void |
writeWithFieldName(Object object,
Object fieldName) |
void |
writeWithFieldName(Object object,
Object fieldName,
Type fieldType,
int fieldFeatures) |
void |
writeWithFormat(Object object,
String format) |