Class SerializationTokens
String constants used for serialization.
Inheritance
System.Object
SerializationTokens
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
Assembly: cs.temp.dll.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 |
---|---|
System.String |
GraphSON2MimeType
The MIME type for GraphSON 2.
Declaration
public const string GraphSON2MimeType = "application/vnd.gremlin-v2.0+json"
Field Value
Type | Description |
---|---|
System.String |
GraphSON3MimeType
The MIME type for GraphSON 3.
Declaration
public const string GraphSON3MimeType = "application/vnd.gremlin-v3.0+json"
Field Value
Type | Description |
---|---|
System.String |