tingletech / snac2

Other
3 stars 1 forks source link

switch graph load to other serialization that supports arrays as values #6

Open tingletech opened 11 years ago

tingletech commented 11 years ago

graphML XML does not support arrays as values.

/load/ has a script that will reload a graph from a serialized, file, saving time if we need to rebuild or redeploy an instance.

Need to change load_graphml.grm to one of the two newer graph serialization formats that support arrays.