Graph.Serializer behaviour (libgraph v0.16.0)

This module defines the Serializer behavior for graphs.

Link to this section Summary

Link to this section Callbacks

@callback serialize(Graph.t()) :: {:ok, binary()} | {:error, term()}

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)