Hi,

How do I deserialize an XMLElement into a class object?

I know how to do deserialization from a stream like:

 XmlSerializer xmls = new XmlSerializer(typeof(SomeType));
                    xmls.Deserialize(streamreader);


But can't figure out how to specify the XMLElement as the source of
the data.

Any help is really appreciated, many thanks.

Maya.

Reply via email to