Xml Deserialization problem

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<p align=left><font face=Arial size=2></font> 
Hi All,
<p align=left> 
<p align=left>    Im trying to deserialize the following structure n im getting some problem.
<p align=left> 
<p align=left><Responses>
<Result>Success</Result>
<Response>
<data>
<dataItem main="waiting
<Item>Text0</Item>
</dataItem>
<dataItem main="Fancy
<Item>Text1</Item>
<Item>Text2</Item>
</dataItem>
</data>
<Xml>
<p align=left>
<Data></Data>
<Date></Date>
<Enter></Enter>
<Exit></Exit>
<properties>
  <prop1></prop1>
  <prop2></prop2>
</properties>
<p align=left>
</Xml>
</Response>
<Responses>
<p align=left> 
<p align=left> 
<p align=left>           Here in the above xml structure i need the data inbetween <Xml> nodes as a xmldocument, i.e. i want that data should not be serialized n i want those nodes as it is as the xml. I wrote the class for the structure using properties that with which im getting an object according to that xmlstructure. But with that class im not able to get the structure n may be im not aware of that one. Can Any one plz help me out to solve this problem.
<p align=left> 
<p align=left>Thanks in Advance,
<p align=left>Rajak Shaik.

View the full article
 
Back
Top