21 Jun
2010
21 Jun
'10
10:16 p.m.
On Jun 13, 7:37 pm, "Sean Farrow"
Hi:
Has anyone ever written extra classes to serialize c++ datatypes to .csv files using boost.Serialization.
this is the closest (and still not quite) thing I found to what you are looking for http://code.google.com/soc/2008/boost/appinfo.html?csaid=BE3EEB904A90B03A serialization to YAML format. I don't know more details, but it can be useful to use as an example on how to do .cvs serialization. On the other hand what you can actually serialize with .cvs is limited to list of numbers, isn't it? (is there even a formal specification what a cvs file should be like?) Alfredo