| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.structure.io.binary | |
| org.apache.tinkerpop.gremlin.structure.io.binary.types |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.get(int code)
Gets a DataType by code.
|
DataType |
TypeSerializer.getDataType()
Gets the
DataType that is represented by the given T. |
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<DT> TypeSerializer<DT> |
TypeSerializerRegistry.getSerializer(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
DataType |
SimpleTypeSerializer.getDataType() |
| Constructor and Description |
|---|
PSerializer(DataType typeOfP,
Class<T> classOfP) |
SimpleTypeSerializer(DataType dataType) |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.