|
|
|
|
|
The serialization constants are as follows: | | | Constant | Description | Function |
---|
psdBinary | Binary serialization. | Deserialize Serialize | psdBinaryFormat16 | Binary serialization in 16-compatible format. | Deserialize Serialize | psdJSON | JSON serialization. | Deserialize Serialize | psdFormatting | JSON serialization with new lines and indentation. | Serialize VariantToJSON | psdXML | XML serialization with reference to sub-objects. This type of serialization allows you to use the XML format as storage and exchange modes between applications written in WLanguage. | Deserialize Serialize | psdXML_FormerFormat | Up to version 100050, the use of the psdXML constant did not generate a valid XML file. The generated format caused problems on Mobile devices. This problem was fixed. An XML file created with a version later than version 100050 cannot be read by a program compiled with an earlier version. To keep the operating mode of version 100050, use the psdXML_FormerFormat constant. | Deserialize Serialize | psdXMLAggregated | XML serialization with direct aggregation of sub-objects. This type of serialization allows you to easily generate an XML file in a standard format to perform exchanges with other systems. | Deserialize Serialize |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|