scalax.collection.io.json.serializer
Lift-JSON Serializer to serialize WEdgeParameters to JSON arrays of the form ["<n1>", "<n2>", <weight>] and reversely where <n1> and <n2> represent the node-Ids and <weight> a JSON number mapping to Long.
Serializer
WEdgeParameters
["<n1>", "<n2>", <weight>]
<n1>
<n2>
<weight>
Long
Lift-JSON
Serializer
to serializeWEdgeParameters
to JSON arrays of the form["<n1>", "<n2>", <weight>]
and reversely where<n1>
and<n2>
represent the node-Ids and<weight>
a JSON number mapping toLong
.