package exp
Export of graphs to JSON text.
Facilitates populating graphs with nodes/edges from JSON text
and exporting Graph
instances to JSON text.
Facilitates populating graphs with nodes/edges from JSON text
and exporting Graph
instances to JSON text.
See also the Graph for Scala JSON User Guide.
These classes serve as meta-data controlling JSON import by fromJson
and
export by toJson
.
These classes serve as meta-data controlling JSON import by fromJson
and
export by toJson
. Among all, the meta-data contain identifiers based on which
JSON edges will be matched to edge classes and Graph
-specific serializers
to be involved.
Error/warning constants and message producing.
Error/warning constants and message producing.
Export of graphs to JSON text.
Export of graphs to JSON text.
Import of JSON text into graphs including the steps
Import of JSON text into graphs including the steps
Graph
) andInputStream
creation on the basis of parsing results in preparation of calling
Graph.fromStream
.
Lift-JSON Serializers
converting from/to unnamed JSON values and edge data containers
(parameters) covering all predefined edge types.
Lift-JSON Serializers
converting from/to unnamed JSON values and edge data containers
(parameters) covering all predefined edge types. They allow to save space as default
Lift-JSON serializers would require the JSON text to contain JFields for every node and
edge.