
On Tue, Apr 1, 2008 at 6:08 PM, Sohail Somani <sohail@taggedtype.net> wrote:
On Tue, 01 Apr 2008 15:58:45 -0600, Jonathan Franklin wrote:
Further, since CORBA deals with remote objects etc, it requires serialization that is cross platform. e.g. Platform A must always be able to correctly deserialize messages that were serialized by platform B, for all platforms A and B. I believe this not to be the case for Boost.Serialization, but Sohail would clearly know the answer to this.
You can (and I have) done this with Boost Serialization without any problem. The only time when you may have a problem is if you have to load archives from the future :-)
Then let me recommend the new Gmail Time Service: http://mail.google.com/mail/help/customtime/index.html But seriously, that must be new. It didn't do that the last time I played w/ Boost.Serialization. Progress! Jon