Serialization in the Compact Framework

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

I would like to use the XMLSerializer to serialixe my objects (and use it to
transfer data [avoiding RDO]) between the Pocket PC and the desktop

I noticed that VS.NET 2003 doesn't support that, the question is whether
2005 does

Thank you
Samuel
 
CF 2.0 supports, it. Studio 05 supports doing CF 1.0 or 2.0 development, so
the answer is, if you're using a CF 2.0 project, then yes, the XMLSerializer
is available.
 
That's great news

Thanks,
Samuel


CF 2.0 supports, it. Studio 05 supports doing CF 1.0 or 2.0 development,
so the answer is, if you're using a CF 2.0 project, then yes, the
XMLSerializer is available.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


Samuel Shulman said:
Hi

I would like to use the XMLSerializer to serialixe my objects (and use it
to transfer data [avoiding RDO]) between the Pocket PC and the desktop

I noticed that VS.NET 2003 doesn't support that, the question is whether
2005 does

Thank you
Samuel
 

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