Interface IGraphSONDeserializer
Supports deserializing GraphSON into an object.
Namespace: Cassandra.DataStax.Graph.Internal
Assembly: Cassandra.dll
Syntax
public interface IGraphSONDeserializer
Methods
Objectify(JToken, IGraphSONReader)
Deserializes GraphSON to an object.
Declaration
dynamic Objectify(JToken graphsonObject, IGraphSONReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| JToken | graphsonObject | The GraphSON object to objectify. |
| IGraphSONReader | reader | A IGraphSONReader that can be used to objectify properties of the GraphSON object. |
Returns
| Type | Description |
|---|---|
| dynamic | The deserialized object. |