Content deleted Content added
ClueBot NG (talk | contribs) m Reverting possible vandalism by 24.37.73.134 to version by 24.99.232.82. False positive? Report it. Thanks, ClueBot NG. (1188404) (Bot) |
|||
Line 12:
==Data binding in general==
One of XML data binding's strengths is the ability to [[serialization|un/serialize]] objects across programs, languages, and platforms. You can dump a time series of structured objects from a datalogger written in C on an embedded processor, bring it across the network to process in perl and finally visualize in [[Mathematica]]. The structure and the data remain consistent and coherent throughout the journey, and no custom formats or parsing is required. This is not unique to XML. [[YAML]], for example, is emerging as a powerful data binding alternative to XML. [[JSON]] (which can be regarded as a subset of YAML) is often suitable for lightweight or restricted applications.
==External links==
|