Re: R: Extending QLXL and serialization issue

Posted by Lapin on
URL: http://quantlib.414.s1.nabble.com/Extending-QLXL-and-serialization-issue-tp13901p13904.html

Hi Gerardo,

Thanks.
It looks like writing a conversion program could be quite heavy since you will have to run it on each historical file you have every time you do a change in QLXL (new model or so...).

I was wondering what could be the implcations of writing a name-value-pair kind of serialization as in the following article:

http://www.boost.org/doc/libs/1_39_0/libs/serialization/doc/wrappers.html#nvp

We would like to rewrite the generation script but do you foresee any other side effects?

Thanks