XSD Serialize
- 24 Oct 2022
- 1 Minute to read
- Print
- DarkLight
XSD Serialize
- Updated on 24 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | --- |
Last Modified in Version | 7.12.0 |
Location | Data > XSD |
Allows a user to convert a composite Decisions object into an XSD formatted string. The step is configured per-use basis for what composite type a user would like to serialize. The Readable XML Output option will include line breaks between properties to ease human reading.
Properties
Options
Property | Description | Data Type |
---|---|---|
Readable XML Output | Word wraps the output of the step to make it easy to read. | Boolean |
Treat Null String Like Empty String | Changes null string values into empty string values. | Boolean |
Output Encoding | Supports Encoding of Unicode, ASCII, UTF7, UTF8, or UTF32. | --- |
Include BOM in Output | Adds a Byte Order Mark to the serialized output. | Boolean |
Parameters
Property | Description | Data Type |
---|---|---|
Type | Type of data that will be serialized (can be a User Defined type or a default Decisions type). | --- |
Inputs
Property | Description | Data Type |
---|---|---|
Object to Serialize | The input variable expects an object from the user-selected type. | --- |
Outputs
Property | Description | Data Type |
---|---|---|
XSDSerialize1_Output | The default variable that stores the XML serialized type. | String |
Error Message | Output variable for the step error message. | String |
Related Information
Forum Posts:
XML Serialization, Set Namespace And Schema
How To Export Serialized XML To XML File
XSD Vs XML Serialization/Deserialization?
Was this article helpful?