Register  ::  Login

February 06, 2012

Forums
 
Subject: Binary DataSet Webservice Serialization
Prev Next

Author Messages
DonUser is Offline
New Member
New Member
Posts:20


01/04/2005 8:31 AM Quote Reply  
Found some articles on binary serialization of datasets for the CF.

To summarize, XML Datasets can be huge and, therefore, take a lot of time and memory to transfer data to the client. Serializing them on a binary channel should be much faster, but the DataSet's serialization mechanism only supports XML. So, if transferred in binary format, the XML is simply converted to binary and you get a huge binary file instead of text and nothing is gained.

These are some links to articles that show various ways to efficiently serialize and compress DataSets.

http://www.freewebs.com/compactFormatter/downloads.html
http://www.eggheadcafe.com/articles/20040311.asp
http://support.microsoft.com/default.aspx?scid=kb;en-us;829740

NOTE that version 2 of the CF will supposedly support more efficient binary DataSet serialization.

Forums > Programming - Dotnet / Delphi > Compact Framework > Binary DataSet Webservice Serialization

Quick Reply
Username:  
Subject:  
Body: