public final class GraphSONMessageSerializerV2d0 extends AbstractGraphSONMessageSerializerV2d0 implements MessageTextSerializer<ObjectMapper>
AbstractGraphSONMessageSerializerV2d0.GremlinServerModule, AbstractGraphSONMessageSerializerV2d0.JsonBuilderJacksonSerializer, AbstractGraphSONMessageSerializerV2d0.RequestMessageDeserializer, AbstractGraphSONMessageSerializerV2d0.RequestMessageSerializer, AbstractGraphSONMessageSerializerV2d0.ResponseMessageDeserializer, AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer
mapper
TOKEN_IO_REGISTRIES
Constructor and Description |
---|
GraphSONMessageSerializerV2d0()
Creates a default GraphSONMessageSerializer.
|
GraphSONMessageSerializerV2d0(GraphSONMapper.Builder mapperBuilder)
Create a GraphSONMessageSerializer with a provided
GraphSONMapper.Builder . |
GraphSONMessageSerializerV2d0(GraphSONMapper mapper)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RequestMessage |
deserializeRequest(String msg)
Deserialize a Netty
ByteBuf into a RequestMessage . |
ResponseMessage |
deserializeResponse(String msg)
Deserialize a Netty
ByteBuf into a ResponseMessage . |
String[] |
mimeTypesSupported()
The list of mime types that the serializer supports.
|
String |
serializeRequestAsString(RequestMessage requestMessage) |
String |
serializeResponseAsString(ResponseMessage responseMessage) |
configure, getMapper, serializeRequestAsBinary, serializeResponseAsBinary
addIoRegistries, getListStringFromConfig, tryInstanceMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure, getMapper, serializeRequestAsBinary, serializeResponseAsBinary
public GraphSONMessageSerializerV2d0()
GraphSONMapper
and register
a GremlinServerModule
and GraphSONXModuleV2d0
to the mapper.@Deprecated public GraphSONMessageSerializerV2d0(GraphSONMapper mapper)
GraphSONMapper
. Deprecated, use
GraphSONMessageSerializerV2d0(GraphSONMapper.Builder)
instead.public GraphSONMessageSerializerV2d0(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
mimeTypesSupported
in interface MessageSerializer<ObjectMapper>
public ResponseMessage deserializeResponse(String msg) throws SerializationException
MessageSerializer
ByteBuf
into a ResponseMessage
.deserializeResponse
in interface MessageSerializer<ObjectMapper>
deserializeResponse
in interface MessageTextSerializer<ObjectMapper>
deserializeResponse
in class AbstractGraphSONMessageSerializerV2d0
SerializationException
public String serializeResponseAsString(ResponseMessage responseMessage) throws SerializationException
serializeResponseAsString
in interface MessageTextSerializer<ObjectMapper>
SerializationException
public RequestMessage deserializeRequest(String msg) throws SerializationException
MessageSerializer
ByteBuf
into a RequestMessage
.deserializeRequest
in interface MessageSerializer<ObjectMapper>
deserializeRequest
in interface MessageTextSerializer<ObjectMapper>
deserializeRequest
in class AbstractGraphSONMessageSerializerV2d0
SerializationException
public String serializeRequestAsString(RequestMessage requestMessage) throws SerializationException
serializeRequestAsString
in interface MessageTextSerializer<ObjectMapper>
SerializationException
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.