© Copyright 2007-2010 Srushtivratha Ambekallu. All Rights Reserved.
XStream.Net is largely a port of Joe Walnes original XStream project written for Java. The current version is a result of multiple iterations on a real world project and is currently in production use.
new XStream().ToXml(obj); new XStream().FromXml(xml);
There is also support for custom converters.
XStream.Net is released under the Apache 2.0 licence