Using protocol buffers for a comprehensive data strategy for Windows Mobile devices

Posted by Steve on Stack Overflow See other posts from Stack Overflow or by Steve
Published on 2010-05-14T16:21:54Z Indexed on 2010/05/14 16:24 UTC
Read the original article Hit count: 256

I have started reading some of the posts related to protocol buffers. The serialization method seems very appropriate for the transfer of data to and from web servers. Has anyone considered using a method like this to save and retrieve data on the mobile device itself? (i.e. a replacement for a traditional database / orm layer)

  • Where would the data be persisted?
  • How would the data be queried?

Would it make sense to store the data in a traditional database (SqlCE or SqlLite) with a few "searchable" columns and then one column for the serialized data?

Thoughts? Am I out on a limb here?

Thank you!

© Stack Overflow or respective owner

Related posts about compact-framework

Related posts about data