
Contents tagged with xml
Programming: Serialize/Deserialize to/from XML
Sometimes you need to store data. We use this snippet to serialize and deserialize objects and store settings in a Database.So we can use a simple Name/Value combination for our settings. public … more