Hi ZeroC folks,
I am delighted to see the list of features to be added in the upcoming version of ICE. I was away on vacation so this post of kinda late, but thanks for the pleasant surprise.
I am working on an academic project that needs object-serialisation. I have been working on an XML-based serialisation library for ICE though knowing that it was effectively going to counter ICE's strength - now I can safely wait till ICE 1.6 is available. Will you kindly consider releasing betas or CVS snapshots? And could you please let me know if the serialisation API will have deferred serialised-object RTTI ? E.g. :
// assume here : ob = serialised object
t = typeof (ob)
if t == SomeModule.SomeClass
dig 'ob'
else
none of my business, go write it into database for now
endif
Thanks again.
Regards,
Shantanu

Reply With Quote