You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by "Malisetti, Ramanjaneyulu" <Ra...@ca.com> on 2011/12/02 06:17:53 UTC

SDO utility between java and C/C++

Hi,
       We have java SDK that use Tuscany SDO as data model. Now, we want to provide same SDK in C++ using JNI. What is the best way of serializing / deserializing SDO objects between Java and C/C++. Is there any existing utility?

One straight forward solution comes to me is taking object as XML string between Java/C++ and constructing SDO object out of the String. But, this solution seems very naïve.

Is there any best alternative?

Regards
Raman