Re: Generalize Serialization
Posted By:
d_d
Posted On:
Friday, November 15, 2002 12:02 PM
I recommend you to take a look at SOAP prototcol which basically does exactly what you want.
There are many SOAP implementations, for the Java part you may use the opensource product oferred by Apache (Apache SOAP or AXIS). For the C part you may write your own implementation based on SOAP specification or maybe you'll find something available as opensource.
These implementation will do the serialization / deserialization process for you (based on XML), the only thing you need is to understand the SOAP technology and the API.
Please see:
http://xml.apache.org/soap/index.html
http://www.w3.org/TR/SOAP/