XML data binding: Difference between revisions

Content deleted Content added
m See also: Removed pages which are now linked from the list of data binding frameworks
Fixed a spelling error: en -> an.
Line 11:
* '''XML schema based:''' Based on an existing XML schema, classes that correspond to the schema are generated.
* '''Class based:''' Based on a set of classes to be serialized, a corresponding XML schema is generated.
* '''Mapping-based:''' A mapping description, usually itself an XML document, describes how enan existing XML schema maps to a set of classes, and vice versa.
 
==Difficulties==