B
Batvanio
Hello
We are using XML serialization to serialize a large array of objects.
We have two versions of the same application - one for standard PC
(Windows XP Embedded, using the regular .NET framework - currently
2.0), and a CF version running on Win CE 6.0 (using .NET compact
framework 2.0 as well).
We have observerd a huge difference in performance using XML
serializer between the standard and compact framework. Using excactly
the same hardware ( an ICOP 800 Mhz SoC - based system), the XP
Embedded version took about 50 TIMES faster than the CE version. Same
application, same data, same hardware.
Does anyone have any suggestion where should we look to improve this?
Any alternative serialization platforms? We still prefer to use XML
rather than binary serialization if possible because of future
interoperability with other software packages....
Thanks,
Ivan
We are using XML serialization to serialize a large array of objects.
We have two versions of the same application - one for standard PC
(Windows XP Embedded, using the regular .NET framework - currently
2.0), and a CF version running on Win CE 6.0 (using .NET compact
framework 2.0 as well).
We have observerd a huge difference in performance using XML
serializer between the standard and compact framework. Using excactly
the same hardware ( an ICOP 800 Mhz SoC - based system), the XP
Embedded version took about 50 TIMES faster than the CE version. Same
application, same data, same hardware.
Does anyone have any suggestion where should we look to improve this?
Any alternative serialization platforms? We still prefer to use XML
rather than binary serialization if possible because of future
interoperability with other software packages....
Thanks,
Ivan