Archived

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

Could I use ICE only for serialize purpose?

Could use ICE to transport data but use it only for serialize purpose?

Just like XMLSerializer in C#, or Google Protocol Buffer, or pickle in Python.

If the answer is yes, where can I find these API documents?

I skimmed the user manual and didn't find it.

Thanks a lot!:confused:

Comments

  • matthew
    matthew NL, Canada
    Take a look at the Ice::InputStream and Ice::OutputStream.