PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
[Serializable] tag in CF 2.0?
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
[Serializable] tag in CF 2.0?
![]() |
[Serializable] tag in CF 2.0? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I was under the impression that CF 2.0 supported serialization. However,
when I try to create a class that has the [Serializable] tag, VS 2k5 is telling me there's no reference to it. Was I mistaken in my impression about CF 2.0? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Xml serialization, yes.
Binary serialization, no. Cheers Daniel -- http://www.danielmoth.com/Blog/ "Chris DiPierro" <cdipierr@mi-corporation.com> wrote in message news:e4vgH2TQGHA.1676@TK2MSFTNGP14.phx.gbl... >I was under the impression that CF 2.0 supported serialization. However, >when I try to create a class that has the [Serializable] tag, VS 2k5 is >telling me there's no reference to it. > > Was I mistaken in my impression about CF 2.0? |
|
|
|
#3 |
|
Guest
Posts: n/a
|
The binary serialization is not available in CF (and I don't think that
it will). As a replacement for it you may consider CompactFormatter: http://www.freewebs.com/compactFormatter/downloads.html -- Sergey Bogdanov [.NET CF MVP, MCSD] http://www.sergeybogdanov.com Chris DiPierro wrote: > I was under the impression that CF 2.0 supported serialization. However, > when I try to create a class that has the [Serializable] tag, VS 2k5 is > telling me there's no reference to it. > > Was I mistaken in my impression about CF 2.0? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

