Archived

This forum has been archived. Please start a new discussion on GitHub.

how to realize string to object in ice?

whether Ice use a kind of mechanism which is similar with java's reflection mechanism to realize converting string to object or not?
Looking forward to your replying.

Comments

  • I assume you are looking for a method to serialize instances of Slice-defined types? If so, you can do this with "Dynamic Ice". See chapter 35 in the Ice manual for details.