libgraph v0.13.3 Graph.Serializer behaviour

This module defines the Serializer behavior for graphs.

Link to this section Summary

Link to this section Functions

Link to this function encode_label(label)
Link to this function escape_quotes(str)
Link to this function escape_quotes(arg, acc)
Link to this function get_vertex_label(graph, id, v)

Link to this section Callbacks

Link to this callback serialize(arg0)
serialize(Graph.t()) :: {:ok, binary()} | {:error, term()}