Serialization in .Net compact framework 2.0

  • Thread starter Thread starter Reshma Prabhu
  • Start date Start date
R

Reshma Prabhu

Hi,

How is serialization supported in .Net compact framework 2.0? If
that is limited, then are there any third party tools that can used for
performing serialization?

Thanks,
Reshma
 
I think that the Serialization is pretty good in the CF 1 and the CF 2, I
can do almost everyting that I can do in the Full Framework. What do you
mean with the term limited? What you can't do?

Regards,

Bela Istok
 
Hi,

By limited , I mean BinaryFormatting is not supported. Only
XmlFormatting is supported.

So I just wanted to know are there any third party tools which
support this feature.


Regards,
Reshma
 
Back
Top