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.
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
.
Replaces all occurrences of paramPlaceholder
in source with the elements
in params
one by one.
Replaces all occurrences of paramPlaceholder
in source with the elements
in params
one by one. The result is guaranteed not to become longer than
maxLength
.
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.
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.