Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
Roslyn 2.0 Compiler; Environment version: 4.0.30319.42000


Deserialized and re-serialized RootObject:
<?xml version="1.0" encoding="utf-16"?>
<root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.crsoftwareinc.com/xml/ns/titanium/common/v1_0">
  <user-defined-data-row>
    <field name="entity">
      <field-value xsi:type="field-text-valueType">
        <value>Test</value>
      </field-value>
    </field>
    <field name="expiry_date">
      <field-value xsi:type="field-date-valueType">
        <value>2001-10-07</value>
      </field-value>
    </field>
  </user-defined-data-row>
</root>
Original and re-serialized XML are equivalent.

Serialized XML from a simple instance of RootObject: 
<?xml version="1.0" encoding="utf-16"?>
<root xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.crsoftwareinc.com/xml/ns/titanium/common/v1_0">
  <user-defined-data-row />
</root>
Cached Result
Last Run: 4:36:13 pm
Compile: 0.316s
Execute: 0.284s
Memory: 1.99Mb
CPU: 0.453s