My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
XmlRootNode  
Usage of the XmlRootNode metadata
Updated Jun 14, 2009 by conrad.w...@gmail.com

Introduction

Used to specify that the root node local name associated with the class that is being marshalled.

Details

Used like this in conjuction with the class definition

[XmlRootNode(name="object-root")]
public class OuterObject
{
}

Sign in to add a comment
Powered by Google Project Hosting