Serializer Type
The serializer of a graph.
Static members
Static member | Description |
Full Usage:
Serializer.ToDOT(g, name, vertexFn, edgeFn)
Parameters:
IDiGraphAccessible<'a, 'b>
name : 'c
vertexFn : IVertex<'a> -> string
edgeFn : Edge<'a, 'b> -> string
Returns: string
|
|
Full Usage:
Serializer.ToDOT(g, name)
Parameters:
IDiGraphAccessible<'a, 'b>
name : 'c
Returns: string
|
|
Full Usage:
Serializer.ToJson(g, vertexFn, edgeFn)
Parameters:
IDiGraphAccessible<'a, 'b>
vertexFn : IVertex<'a> -> string
edgeFn : Edge<'a, 'b> -> string
Returns: string
|
|
|