Hi,

GraphML seems to be your best bet in that case -- it can preserve
graph, vertex and edge attributes as long as they can be represented
as standard GraphML types. Integers, floats, booleans, strings should
be okay. Anything more complicated (such as a complex Python object)
needs special treatment.

T.

On Sat, 15 Dec 2018 at 00:58, Eric Jonas <[email protected]> wrote:
>
> Is there a recommended serial format for saving graphs to disk or passing 
> them over the wire, especially if I have python-igraph on one side and the c 
> library on the other? I'm especially interested in preserving a lot of the 
> node and edge label information.
>
> ...Eric
> _______________________________________________
> igraph-help mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help

_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to