W
wiredless
Hi,
The OpenNETCF deserialize requires a type but I have several types it could
be deserializing. The problem is I don't know what type the XML doc/string
is that is why I want to deserialize it. Is there a way to get the type from
the XML doc/string before calling deserialize or any other way to go about
this?
s.Deserialize(myXmlReader, GetType());
Thanks
The OpenNETCF deserialize requires a type but I have several types it could
be deserializing. The problem is I don't know what type the XML doc/string
is that is why I want to deserialize it. Is there a way to get the type from
the XML doc/string before calling deserialize or any other way to go about
this?
s.Deserialize(myXmlReader, GetType());
Thanks