Interface IGraphSONReader
This interface is not meant to be implemented by users. It is part of the public API so that the C# Graph Extension can provide custom deserializers for the Tinkerpop GLV types.
Implementations of IGraphSONDeserializer depend on IGraphSONReader objects to deserialize inner properties.
It's basically an interface for the Tinkerpop's GraphSONReader abstract class.
Namespace: Cassandra.DataStax.Graph.Internal
Assembly: Cassandra.dll
Syntax
public interface IGraphSONReader
Methods
ToObject(JToken)
Declaration
dynamic ToObject(JToken jToken)
Parameters
Type | Name | Description |
---|---|---|
JToken | jToken |
Returns
Type | Description |
---|---|
dynamic |