Class SerializationTokens
String constants used for serialization.
Inherited Members
Namespace: Gremlin.Net.Structure.IO
Assembly: Gremlin.Net.dll
Syntax
public class SerializationTokens
Fields
GraphBinary1MimeType
The MIME type for GraphBinary 1.
Declaration
public const string GraphBinary1MimeType = "application/vnd.graphbinary-v1.0"
Field Value
Type | Description |
---|---|
string |
GraphSON2MimeType
The MIME type for GraphSON 2.
Declaration
public const string GraphSON2MimeType = "application/vnd.gremlin-v2.0+json"
Field Value
Type | Description |
---|---|
string |
GraphSON3MimeType
The MIME type for GraphSON 3.
Declaration
public const string GraphSON3MimeType = "application/vnd.gremlin-v3.0+json"
Field Value
Type | Description |
---|---|
string |