Class GraphSON3Writer
Handles serialization of GraphSON3 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 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<System.Type, IGraphSONSerializer> | customSerializerByType | IGraphSONSerializer serializers identified by their System.Type. |