Subject: Re: [Boost-users] [Serialization][BGL] problem serializing an edge
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-07-20 16:37:25


Ireneusz Szczesniak wrote:
> I agree that the reason for the compilation error is that the
> Serialization library doesn't know how to serialize an
> edge_descriptor. I don't know why the serialization code for the
> adjacency list doesn't deliver the serialization code for the
> edge_description. Should I write the serialization code for the
> edge_descriptor? If so, then how?

This is described in the documentation for the serialization library.

Robert Ramey