News

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 ...
What Web developers really needed was something that made parsing XML data as simple as, say, iterating over an array or reading a file. That’s where the very useful Perl module called XML ...