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 IFastJsonSerializeOptionsIFastJsonSerializeOptions.DEFAULTThe default serialization options.static final IFastJsonSerializeOptionsIFastJsonSerializeOptions.ESCAPE_FOR_HTML_SCRIPT_TAGSerialization 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 StringIFastJsonConverter.toJsonString(Object data, IFastJsonSerializeOptions options) Serializes the given instance to a JSON string.