GraphSonUtilityVertexFromJson Method (String) |
Creates a vertex from GraphSON using settings supplied in the constructor.
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public IVertex VertexFromJson(
string json
)
Public Function VertexFromJson (
json As String
) As IVertex
public:
IVertex^ VertexFromJson(
String^ json
)
member VertexFromJson :
json : string -> IVertex
Parameters
- json
- Type: SystemString
[Missing <param name="json"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.VertexFromJson(System.String)"]
Return Value
Type:
IVertex[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.VertexFromJson(System.String)"]
See Also