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.
This member is added by an implicit conversion from WEdgeSerializer to
any2stringadd[WEdgeSerializer] performed by method any2stringadd in scala.Predef.
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
.