binary serialization - XmlSerializer

J

jwei

i would use binary serialization on .net ce 5.0
the only built in way is XmlSerializer ? or exists a kind of binary
serialization ?
thanks
 
G

Ginny Caughey

As Christian suggested, CompactFormatter (or rather its child
CompactFormatterPlus) works quite well and is much faster than using Xml
serialization.
 

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

Top