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
