S
sachy
Hello All,
I want to deserialize part of xml into a object. For this i am
having class that implements the IXmlSerializable interface. For this
class i get the xmlnode object that has the xml.
How do i read this xmlnode object in the readxml of
IXmlSerializable ? as the ReadXml has the xmlreader object as as
input. How do i associate the xmlreader to xmlnode so that i can go
ahead with reader.read().
Any help would be highly appreciated.
Thanks & Regards,
Sachin naik.
I want to deserialize part of xml into a object. For this i am
having class that implements the IXmlSerializable interface. For this
class i get the xmlnode object that has the xml.
How do i read this xmlnode object in the readxml of
IXmlSerializable ? as the ReadXml has the xmlreader object as as
input. How do i associate the xmlreader to xmlnode so that i can go
ahead with reader.read().
Any help would be highly appreciated.
Thanks & Regards,
Sachin naik.