Does't need Collection List tag in xml

testball

New Member
I have a question. Can i serialize a list with out list object name tag in xml?\[code\]List<Person> personInfo= new List(Person);\[/code\]when i serialize this object i will get xml as follows \[code\]<xml><personInfo>......</personInfo></xml>\[/code\]I don't need this \[code\]"<personInfo>......</personInfo>"\[/code\] i need a solution for this problem any one please help in this topic.Thanks in advance
 
Back
Top