OpenNETCF.Xml.Serialization problem deserializing :(

  • Thread starter Thread starter wiredless
  • Start date Start date
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
 
Back
Top