$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Serializing of object with map and multimap. Questions.
From: er (erwann.rogard_at_[hidden])
Date: 2009-11-12 22:22:59
> Finally, any other comments per anything that I've failed to cover is
> appreciated!
If you want to/can recast your map to a fusion::map, I've made available
a serializer for fusion sequences (possibly nested) here :
derived from fusion's quickstart example. Note, though, that I only ran
one example (libs/example) to test it.