ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / String functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The serialization constants are as follows:
ConstantDescriptionFunction
psdBinaryBinary serialization.Deserialize
Serialize
psdBinaryFormat16Binary serialization in 16-compatible format.Deserialize
Serialize
psdJSONJSON serialization. Deserialize
Serialize
psdFormattingJSON serialization with new lines and indentation.Serialize
VariantToJSON
psdXMLXML 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_FormerFormatUp 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
psdXMLAggregatedXML 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
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help