binary serialization - XmlSerializer

  • Thread starter Thread starter jwei
  • Start date Start date
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
 
As Christian suggested, CompactFormatter (or rather its child
CompactFormatterPlus) works quite well and is much faster than using Xml
serialization.
 
Back
Top