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 StringDefaultFastJsonConverter. 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 IFastJsonSerializeOptionsIFastJsonSerializeOptions. DEFAULTThe default serialization options.static 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 IFastJsonSerializeOptions Modifier and Type Method Description default StringIFastJsonConverter. toJsonString(Object data, IFastJsonSerializeOptions options)Serializes the given instance to a JSON string. 
 -