GraphSonUtilityVertexFromJson Method (Stream) |
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(
Stream json
)
Public Function VertexFromJson (
json As Stream
) As IVertex
public:
IVertex^ VertexFromJson(
Stream^ json
)
member VertexFromJson :
json : Stream -> IVertex
Parameters
- json
- Type: System.IOStream
[Missing <param name="json"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.VertexFromJson(System.IO.Stream)"]
Return Value
Type:
IVertex[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.VertexFromJson(System.IO.Stream)"]
See Also