Connecting Tech Pros Worldwide Help | Site Map

Serialisation

  #1  
Old July 19th, 2005, 07:48 PM
unknow
Guest
 
Posts: n/a
I want to do a serialisation in pure C++ but i don't know how. Do you have
some useful links ?

Thanks



  #2  
Old July 19th, 2005, 07:48 PM
Jakob Bieling
Guest
 
Posts: n/a

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)


  #3  
Old July 19th, 2005, 07:48 PM
David B. Held
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Reflecting Type/Cannot Find Assembly during serialisation OrionLee answers 1 April 11th, 2007 08:09 AM
how to get rid of <?xml version="1.0" encoding="UTF-> after performing Serialisation ashwinij answers 2 March 21st, 2007 02:03 PM
Serialisation fails, but without any errors being thrown. Greg answers 2 September 11th, 2006 09:35 AM
serialisation : remove defaut attribute msnews.microsoft.com answers 2 November 11th, 2005 10:54 PM