$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] Serialize boost::labeled_graph
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2012-01-15 14:39:26
On Sun, 15 Jan 2012, Alper Aydemir wrote:
> Hi,
>
> Is there anyway to easily serialize labeled_graphs ? I can see that
>
> <boost/graph/adj_list_serialize.hpp>
>
> does it for adjacency lists, however no such header seem to exist for
> labeled graph type.
I do not see one either. It looks like it would not be particularly
difficult to write, though (just serialize the members of labeled_graph
individually); a patch would be appreciated.
-- Jeremiah Willcock