So, I'd like to find an XML serializer for generic Delphi components, similar to the XmlSerializer used in the .NET FW.<BR><BR>The real problem with using binary ...
The XmlSerializer class provides a great way to convert (serialize) objects to XML and back (deserialize). However, it can be difficult to serialize collections such as Arrays and ArrayLists properly ...