XML Serializer (.NET)
XmlSerializer
<customRootNode>
<item objectType="Namespace.Class, Namespace, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<property>Value goes here...</property>
</Class>
</item>
</customRootNode>There is a trick
ObjectDataProvider
Potential problems with ObjectDataProvider usage
Automating the object wrapping process
YSOSERIAL.NET
Last updated