Class GraphSON3MessageSerializer
Serializes data to and from Gremlin Server in GraphSON3 format.
Implements
Inherited Members
Namespace: Gremlin.Net.Structure.IO.GraphSON
Assembly: Gremlin.Net.dll
Syntax
public class GraphSON3MessageSerializer : GraphSONMessageSerializer, IMessageSerializer
Constructors
GraphSON3MessageSerializer(GraphSON3Reader?, GraphSON3Writer?)
Initializes a new instance of the GraphSON3MessageSerializer class with custom serializers.
Declaration
public GraphSON3MessageSerializer(GraphSON3Reader? graphSONReader = null, GraphSON3Writer? graphSONWriter = null)
Parameters
Type | Name | Description |
---|---|---|
GraphSON3Reader | graphSONReader | The GraphSON3Reader used to deserialize from GraphSON. |
GraphSON3Writer | graphSONWriter | The GraphSON3Writer used to serialize to GraphSON. |