GraphSONMessageSerializerV2d0
.@Deprecated public final class GraphSONMessageSerializerGremlinV2d0 extends AbstractGraphSONMessageSerializerV2d0
AbstractGraphSONMessageSerializerV2d0.GremlinServerModule, AbstractGraphSONMessageSerializerV2d0.RequestMessageDeserializer, AbstractGraphSONMessageSerializerV2d0.RequestMessageSerializer, AbstractGraphSONMessageSerializerV2d0.ResponseMessageDeserializer, AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer
mapper
TOKEN_IO_REGISTRIES
Constructor and Description |
---|
GraphSONMessageSerializerGremlinV2d0()
Deprecated.
Creates a default GraphSONMessageSerializerGremlin.
|
GraphSONMessageSerializerGremlinV2d0(GraphSONMapper.Builder mapperBuilder)
Deprecated.
Create a GraphSONMessageSerializerGremlin with a provided
GraphSONMapper.Builder . |
GraphSONMessageSerializerGremlinV2d0(GraphSONMapper mapper)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String[] |
mimeTypesSupported()
Deprecated.
The list of mime types that the serializer supports.
|
configure, deserializeRequest, deserializeResponse, getMapper, serializeRequestAsBinary, serializeResponseAsBinary
addIoRegistries, getListStringFromConfig, tryInstanceMethod
public GraphSONMessageSerializerGremlinV2d0()
By default this will internally instantiate a GraphSONMapper
and register
a GremlinServerModule
and GraphSONXModuleV2d0
to the mapper.
@Deprecated public GraphSONMessageSerializerGremlinV2d0(GraphSONMapper mapper)
GraphSONMapper
. Deprecated, use
GraphSONMessageSerializerGremlinV2d0(GraphSONMapper.Builder)
instead.public GraphSONMessageSerializerGremlinV2d0(GraphSONMapper.Builder mapperBuilder)
GraphSONMapper.Builder
.
Note that to make this mapper usable in the context of request messages and responses,
this method will automatically register a GremlinServerModule
to the provided
mapper.
public String[] mimeTypesSupported()
MessageSerializer
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.