XmlDataStreamer

From RemObjects Software

Jump to: navigation, search

This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.


XmlDataStreamer is an implementation of the data streamer for serialization/deserialization data in the XML format.


For the DataAbstract for Delphi for streaming data in XML format you can use TDAXmlDataStreamer component.

While the Xml Streamer is slower and less efficient than the Binary Streamer, it is helpful in scenarios where non-Data Abstract clients need to access data from a Data Abstract server (or vice versa), as the nature of XML allows the data to easily be parsed on different platforms, or converted to different data layouts using XSLT.

As a example of using TDAXmlDataStreamer, you can review the "XSLT" sample shipped with the Data Abstract for Delphi package.

Note: Data Abstract for .NET doesn't provide an implementation of the XmlDataStreamer.


See Also


Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToComponentsToolsSamplesArticlesArchitectureIssues

Personal tools