Class GremlinType
Represents the GraphBinary type Class which can be used to serialize a class.
Inherited Members
Namespace: Gremlin.Net.Structure.IO.GraphBinary.Types
Assembly: Gremlin.Net.dll
Syntax
public class GremlinType
Properties
Fqcn
Gets the fully qualified class name that identifies the class in Java.
Declaration
public string Fqcn { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
FromFqcn(string)
Creates a GremlinType for this fully qualified class name (fqcn).
Declaration
public static GremlinType FromFqcn(string fqcn)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fqcn |
Returns
| Type | Description |
|---|---|
| GremlinType |