I just did some tests on my XML IO class and it came out that XmlIo is more flexible in handling different types of objects. Just a quick demo which shows that even dictionaries can be handled with ease. using System.Collections.Generic; using System...