Interface TransformSerializer<T>
-
- All Superinterfaces:
TypeSerializer<T>
- All Known Implementing Classes:
MapEntrySerializer
,TraversalExplanationSerializer
public interface TransformSerializer<T> extends TypeSerializer<T>
Represents a special TypeSerializer placeholder that transforms the value into another before serializing it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
transform(T value)
-
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.io.binary.TypeSerializer
getDataType, read, readValue, write, writeValue
-
-