$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Devin Fallak (dmfallak_at_[hidden])
Date: 2006-11-10 14:44:57
Hi all,
I'm working with the Serialization library and trying to output a list of
objects into an XML file. The problem I'm having is that in serializing a
std::list, the Serialization library requires that the list itself is given a
NVP. The specification I'm working with requires a list of undefined length
WITHOUT its own NVP.
Is there any way to serialize a std::list into/out of an
xml_oarchive/xml_iarchive?
Any help would be much appreciated.
Thanks,
Devin Fallak