Controlling Serialization of XML Elements (.NET)
Submitted By:
BlackWasp
Rating:





(
Rate It)
Share:
By Email
Visit
Description
When serializing classes to XML, each public property and field value is transformed into an XML element. The name of the element matches the name of the property. The XmlElement attribute allows the names and formatting of XML tags to be modified.
Comments (1)
OXM.NET




Posted by: Delucia on Wednesday, January 26, 2011
OXM library offers a different approach of controlling xml serialization and deserialization.
http://code.google.com/p/oxm/
Add Your Rating