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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top