Uses of Interface
de.xima.fc.interfaces.plugin.retval.workflow.IFastJsonSerializeOptions
Packages that use IFastJsonSerializeOptions
-
Uses of IFastJsonSerializeOptions in de.xima.fc.fastjson
Methods in de.xima.fc.fastjson with parameters of type IFastJsonSerializeOptionsModifier and TypeMethodDescriptionDefaultFastJsonConverter.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 IFastJsonSerializeOptionsModifier and TypeFieldDescriptionstatic final IFastJsonSerializeOptions
IFastJsonSerializeOptions.DEFAULT
The default serialization options.static final 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 IFastJsonSerializeOptionsModifier and TypeMethodDescriptiondefault String
IFastJsonConverter.toJsonString
(Object data, IFastJsonSerializeOptions options) Serializes the given instance to a JSON string.