Class GraphSON2Writer
Handles serialization of GraphSON2 data.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Gremlin.Net.Structure.IO.GraphSON
Assembly: cs.temp.dll.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 |
---|---|---|
System.Collections.Generic.IReadOnlyDictionary<System.Type, IGraphSONSerializer> | customSerializerByType |