Class GraphSON2Writer
Handles serialization of GraphSON2 data.
Inherited Members
Namespace: Gremlin.Net.Structure.IO.GraphSON
Assembly: Gremlin.Net.dll
Syntax
public class GraphSON2Writer : GraphSONWriter
Constructors
GraphSON2Writer()
Creates a new instance of GraphSON2Writer.
Declaration
public GraphSON2Writer()
GraphSON2Writer(IReadOnlyDictionary<Type, IGraphSONSerializer>)
Creates a new instance of GraphSON2Writer.
Declaration
public GraphSON2Writer(IReadOnlyDictionary<Type, IGraphSONSerializer> customSerializerByType)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<Type, IGraphSONSerializer> | customSerializerByType |