Connecting Tech Pros Worldwide Forums | Help | Site Map

Serialisation

unknow
Guest
 
Posts: n/a
#1: Jul 19 '05
I want to do a serialisation in pure C++ but i don't know how. Do you have
some useful links ?

Thanks




Jakob Bieling
Guest
 
Posts: n/a
#2: Jul 19 '05

re: Serialisation


"unknow" <unknow@unk.fr> wrote in message
news:blplt3$h43$1@news-reader4.wanadoo.fr...[color=blue]
> I want to do a serialisation in pure C++ but i don't know how. Do you have
> some useful links ?[/color]


http://www.parashift.com/c++-faq-lit...alization.html

hth
--
jb

(replace y with x if you want to reply by e-mail)


David B. Held
Guest
 
Posts: n/a
#3: Jul 19 '05

re: Serialisation


"unknow" <unknow@unk.fr> wrote in message
news:blplt3$h43$1@news-reader4.wanadoo.fr...[color=blue]
> I want to do a serialisation in pure C++ but i don't know how.
> Do you have some useful links ?[/color]

Boost is discussing a serialization library that is like on the
12th revision. Obviously, it's a tricky topic with a lot of
expectations. Even that library will require a lot of user
cooperation, but it will probably be much better than writing
your own serialization from scratch.

Dave



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.521 / Virus Database: 319 - Release Date: 9/23/2003


Closed Thread