Binary serialization in .NET Compact framework

Dear Team,

Though this may not be the suitable forum to ask this question , i believe that there are experts in this field as well. I am using VF61 SOM and Viola carrier board running windows 7 embedded compact and developing windows forms application using C#. I was able to serialize and deserialize the object contents to the file using desktop version of the framework. But same when tried using compact framework 3.5 it is not supporting. So what other options i have to achieve serialization of the object contents to the file ?

Hi,

I found this one online → GitHub - protobuf-net/protobuf-net: Protocol Buffers library for idiomatic .NET you could try to use it.

Or you could just implement simple serialization on your own and write data to files.