Re: [protobuf] DataSet serialization

2010-10-15 Thread Marc Gravell
If you mean . Net data sets, I blogged about this earlier this week: marcgravell.blogspot.com Note I only experimented with a single DataTable, but that is most of the hurdle. The code using protobuf-net v2 is **experimental** and incomplete, but committed. If if is something you'd be intereste

[protobuf] DataSet serialization

2010-10-15 Thread AndrewD
I'm curious if anyone here has used protobuf to serialize DataSets? I saw an earlier discussion, but it didn't seem to go anywhere. If DataSets are not currently serializable, how would I go about making them serializable? My main goal here is performance and space, not necessarily interoperabili