Before you begin deploying applications based on the .NET framework, you need to decide how your organisation will manage common application settings. To promote code reuse and application ...
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 ...
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 streaming methods such as Stream's ...
I'm using a class to hold all application settings, and XMLSerializer to save/load those settings from an XML file. Works great in one application, but in my latest one I cannot save the settings ...