Please help! How do I create a serializable object in C++(NOT VC++)

G

Gandu

Could some C++ guru please help me? I am using standard GNU C++ compiler
on a Linux box, sometimes on a Solaris server. I was wondering if someone
could provide some pointers as to how to create serializable objects? Any
help would be much appreciated ... thanks in advance for your help.
 
P

Phlip

Gandu said:
Could some C++ guru please help me? I am using standard GNU C++ compiler
on a Linux box, sometimes on a Solaris server. I was wondering if someone
could provide some pointers as to how to create serializable objects? Any
help would be much appreciated ... thanks in advance for your help.

Arbitrarily serializable objects, whatever your language, compiler, or
platform, are a solution in search of a problem.

You need to grab an XML library for your platform, and then write whatever
individual variables you need to it. Write complementary code that pulls
them out. The benefit is you can read XML with a text editor, a Web browser,
or any number of customized tools.
 
J

Jeff Flinn

Gandu said:
Could some C++ guru please help me? I am using standard GNU C++ compiler
on a Linux box, sometimes on a Solaris server. I was wondering if someone
could provide some pointers as to how to create serializable objects? Any
help would be much appreciated ... thanks in advance for your help.

See the new serialization library from www.boost.org. It's to be released as
part of boost 1.32.0 out later this month, and can be used now from the CVS.

Jeff F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top