|
-
August 26th, 2003, 08:40 AM
#1
Convert C/C++ objects to XML strings
I’m looking for a way to serialize data that is represented as C/C++ struct/classes.
The final goal is to develop a mechanism that will convert my objects to a binary format so I could send them via network and then recreate… Something like MFC's Serialization support, but less complecated...
I’m thinking about using XML to convert the objects to strings. I hope there is a code somewhere that already does something like that…
Please Help!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|