Interface CustomTypeSerializer<T>
-
- Type Parameters:
T
-
- All Superinterfaces:
TypeSerializer<T>
public interface CustomTypeSerializer<T> extends TypeSerializer<T>
Represents a serializer for a custom (provider specific) serializer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTypeName()
Gets the custom type name.-
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializer
getDataType, read, readValue, write, writeValue
-
-
-
-
Method Detail
-
getTypeName
String getTypeName()
Gets the custom type name.
-
-