Search Results

5
votes
6answers
1k views

What’s a good way to serialize Delphi object tree to XML--using RTTI and not custom code?

What's a good way to serialize a Delphi object tree to XML--using RTTI and not custom code? I would have loved to find that this feature is already built into Delphi, but it doesn't seem to …
5
votes

Getting started with XML and Delphi

Here are a couple of tutorials: Creating, Parsing and Manipulating XML Documents with Delphi …
3
votes

What’s a good way to serialize Delphi object tree to XML--using RTTI and not custom code?

JVCL's TJvTranslator.ComponentToXML Link: http://sourcefo …
3
votes

What’s a good way to serialize Delphi object tree to XML--using RTTI and not custom code?

DragonSoft's XML Class Serializer Link: http://www.dragonsoft.us/delphi_vcl.php Li …
3
votes

What’s a good way to serialize Delphi object tree to XML--using RTTI and not custom code?

Simdesign's NativeXml Link: http://www.simdesign.nl/xml.html Licence: € 29,95 …