a.f.

Hello.

Does anybody know, when the compact framework 3.5 will be available and which new features it will support, especially whether BinaryFormatter will be available

I have to port a .Net library to compact framework, but it uses very often ISerializable and binary serialization.

Thanks for reply.

Andreas



Re: .NET Compact Framework BinaryFormatter support in future?

Ilya Tumanov

No, NETCF 3.5 won¡¯t support binary serialization. It¡¯s not planned for future versions at this moment.






Re: .NET Compact Framework BinaryFormatter support in future?

Philipp - San Diego

Try http://gotcf.net. They have implemented a BinaryFormatter compatible with the one found on full .net framework. The object model is the same as in System.Runtime.Serialization so you can leverage your current desktop skills when creating mobile application. It works on CF.NET v2 sp1 too.