Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.binary | |
org.apache.tinkerpop.gremlin.structure.io.binary.types |
Modifier and Type | Method and Description |
---|---|
<DT> TypeSerializer<DT> |
TypeSerializerRegistry.getSerializer(Class<DT> type) |
<DT> TypeSerializer<DT> |
TypeSerializerRegistry.getSerializer(DataType dataType) |
Modifier and Type | Method and Description |
---|---|
<DT> TypeSerializerRegistry.Builder |
TypeSerializerRegistry.Builder.add(Class<DT> type,
TypeSerializer<DT> serializer)
Adds a serializer for a built-in type.
|
Modifier and Type | Method and Description |
---|---|
TypeSerializerRegistry.Builder |
TypeSerializerRegistry.Builder.withFallbackResolver(Function<Class<?>,TypeSerializer<?>> fallbackResolver)
Provides a way to resolve the type serializer to use when there isn't any direct match.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomTypeSerializer<T>
Represents a serializer for a custom (provider specific) serializer.
|
interface |
TransformSerializer<T>
Represents a special TypeSerializer placeholder that transforms the value into another before serializing it.
|
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.