On Aug 10, 2007, at 5:45 PM, Tanton Gibbs wrote:
> Can anyone tell me if there exists
> code to create a graph that has been created via an exporter?
I believe the external format handlers are all export-only.
> Or, are any of the graph classes serializable?
As you can see from looking at the API documentation, the default
graph classes implement Serializable. So, you can just serialize your
graphs to the database as binary objects.
Trevor
|