how to serialise objects in c++

M

mangesh

How to serialise objects in c++ , in java one has to implement
serilisable interface .

Regards
mangesh.
 
I

Ian Collins

mangesh said:
How to serialise objects in c++ , in java one has to implement
serilisable interface .
You have to do much the same, depending on what you want to serialise to
and from. C++ has no standardised interface for serialisation.

What is your specific requirement?
 
M

Markus Schoder

mangesh said:
How to serialise objects in c++ , in java one has to implement
serilisable interface .

Regards
mangesh.

There is a fairly comprehensive and easy to use boost library for this.
It already knows about serializing standard library types and
containers. It also covers objects pointed to by multiple pointers.
 
M

mangesh

Hi ,
thanks for information . Where can i get this "boost" library .

Regards
Mangesh Sawant .
 

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,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top