All,
I am looking for XML mapping library for .net. I want to map an object to XML and later take XML and convert it back to the object. I know there's native support for this type of mapping in .net but is very limited and rigid. I am looking more for a library such as Castor (http://www.castor.org/) that exists in Java. If you have knowledge of any other XML mapping library that is flexible feel free to comment. Thanks.