Content deleted Content added
expanded from substub to stub |
m fixed links to point to actual pages |
||
Line 1:
XML data binding refers to the process of representing the information in an [[XML]] document as an [[Object (computer science)|object]] in computer memory. This allows [[
An XML data binder accomplishes this by creating a mapping between elements of the [[XML schema]] of the document we wish to bind and [[members]] of an [[object schema]] to be represented in memory.
Line 5:
When this process is applied to convert an XML document to an object, it is called [[marshalling]]. The reverse process, to serialize an object as XML, is called [[unmarshalling]].
Because XML is inherently sequential and objects are (usually) not, XML data binding mappings often fail to preserve all the information in an XML document. Specifically, information like [[comment|comments]], [[XML entity
==External Links==
|