Class GraphSON2Reader
Handles deserialization of GraphSON3 data.
Inherited Members
Namespace: Gremlin.Net.Structure.IO.GraphSON
Assembly: Gremlin.Net.dll
Syntax
public class GraphSON2Reader : GraphSONReader
Constructors
GraphSON2Reader()
Creates a new instance of GraphSON2Reader.
Declaration
public GraphSON2Reader()
GraphSON2Reader(IReadOnlyDictionary<string, IGraphSONDeserializer>)
Creates a new instance of GraphSON2Reader.
Declaration
public GraphSON2Reader(IReadOnlyDictionary<string, IGraphSONDeserializer> deserializerByGraphSONType)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<string, IGraphSONDeserializer> | deserializerByGraphSONType |