Interface IGraphSONDeserializer
Supports deserializing GraphSON into an object.
Namespace: Gremlin.Net.Structure.IO.GraphSON
Assembly: cs.temp.dll.dll
Syntax
public interface IGraphSONDeserializer
Methods
Objectify(JToken, GraphSONReader)
Deserializes GraphSON to an object.
Declaration
dynamic Objectify(JToken graphsonObject, GraphSONReader reader)
Parameters
Type | Name | Description |
---|---|---|
JToken | graphsonObject | The GraphSON object to objectify. |
GraphSONReader | reader | A GraphSONReader that can be used to objectify properties of the GraphSON object. |
Returns
Type | Description |
---|---|
System.Object | The deserialized object. |