libgraph v0.13.3 Graph.Serializers.Edgelist

This serializer converts a Graph to an edgelist suitable for using with graph libraries such as the polyglot igraph library.

Link to this section Summary

Link to this section Functions

Link to this function serialize(g)
serialize(Graph.t()) :: {:ok, String.t()}

Callback implementation for Graph.Serializer.serialize/1.