Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.binary |
Modifier and Type | Method and Description |
---|---|
<DT> CustomTypeSerializer<DT> |
TypeSerializerRegistry.getSerializerForCustomType(String name)
Gets the serializer for a given custom type name.
|
Modifier and Type | Method and Description |
---|---|
<DT> TypeSerializerRegistry.Builder |
TypeSerializerRegistry.Builder.addCustomType(Class<DT> type,
CustomTypeSerializer<DT> serializer)
Adds a serializer for a custom type.
|
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.