M
Maya
Hi,
How do I serialize 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.
How do I serialize 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.