(Legacy) TDAXmlDataStreamer (Delphi)

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

In Data Abstract for Delphi, you can use the TDAXmlDataStreamer component to stream data in XML format.

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.

Components