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