Hi, I have a class defined in my slice file and I would like to serialize it in C++ using Dynamic Ice.
The class is called Order and has the following definition:
Is there a code sample that I can refer to?Code:class Address { string StreetName; }; class Order { Address BillTo; Address ShipTo; };
Regards,
Cyrille

Reply With Quote
