Uses of Interface
de.xima.fc.interfaces.plugin.retval.workflow.IFastJsonSerializeOptions
-
Packages that use IFastJsonSerializeOptions Package Description de.xima.fc.fastjson de.xima.fc.interfaces.plugin.retval.workflow -
-
Uses of IFastJsonSerializeOptions in de.xima.fc.fastjson
Methods in de.xima.fc.fastjson with parameters of type IFastJsonSerializeOptions Modifier and Type Method Description String
DefaultFastJsonConverter. toJsonString(Object data, IFastJsonSerializeOptions opts)
-
Uses of IFastJsonSerializeOptions in de.xima.fc.interfaces.plugin.retval.workflow
Fields in de.xima.fc.interfaces.plugin.retval.workflow declared as IFastJsonSerializeOptions Modifier and Type Field Description static IFastJsonSerializeOptions
IFastJsonSerializeOptions. DEFAULT
The default serialization options.static IFastJsonSerializeOptions
IFastJsonSerializeOptions. ESCAPE_FOR_HTML_SCRIPT_TAG
Serialization options for embedding the JSON within an HTML script tag.Methods in de.xima.fc.interfaces.plugin.retval.workflow with parameters of type IFastJsonSerializeOptions Modifier and Type Method Description default String
IFastJsonConverter. toJsonString(Object data, IFastJsonSerializeOptions options)
Serializes the given instance to a JSON string.
-