Click or drag to resize

GraphSonMode Enumeration

Modes of operation of the GraphSONUtility.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public enum GraphSonMode
Members
  Member nameValueDescription
COMPACT0 COMPACT constructs GraphSON on the assumption that all property keys are fair game for exclusion including _type, _inV, _outV, _label and _id. It is possible to write GraphSON that cannot be read back into Graph, if some or all of these keys are excluded.
NORMAL1 NORMAL includes the _type field and JSON data typing.
EXTENDED2 EXTENDED includes the _type field and explicit data typing.
See Also