Hi,
I'm currently evaluating Ice as a replacement for WCF as our communication middleware. To be able to get some meaningful data for comparison, I wanted to see how ICE would perform on some of our most complex data structures.
My first attempt was to use the new native serialization option. But as this uses the .NET BinaryFormatter the performance isn't very good. I assume a type defined in the slice language would use another serialization method that would have far better performance. My next approach is then to get the "proper" ICE serialization of our types, but this requires a complete set of .ice definitions which would be very time consuming to create.
Is it possible to generate these .ice files from .net source or dlls? Or would we have to manually write slice code for all our types?

Reply With Quote