[jgrapht-users] serializing a graph
Brought to you by:
barak_naveh,
perfecthash
From: Tanton G. <tan...@gm...> - 2007-08-11 00:45:11
|
I want to store my jgrapht graph in a database. I was going to use an exporter and store it in GraphML, GML, or DOT format (it doesn't really matter the format). However, I don't know how to create the graph from the serialized format. I can write the code to do it, but I'd rather use someone else's :-) Can anyone tell me if there exists code to create a graph that has been created via an exporter? Or, are any of the graph classes serializable? Thanks! Tanton |