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