Can not stringify {id: ..., type: ...} since order is not
gurenteed in this case and we need the order to be fixed to
confirm uniqueness. ex: { id 1, type: null } and
{ type: null, id: 1 } should refer to the same object.
Can not stringify {id: ..., type: ...} since order is not
gurenteed in this case and we need the order to be fixed to
confirm uniqueness. ex: { id 1, type: null } and
{ type: null, id: 1 } should refer to the same object.
Retruns a uid string for a parameter in a vertex.
Can not stringify {id: ..., type: ...} since order is not gurenteed in this case and we need the order to be fixed to confirm uniqueness. ex: { id 1, type: null } and { type: null, id: 1 } should refer to the same object.