GraphSONUntypedMessageSerializerV1d0
. In the future this will
become what was formerly known as GraphSONMessageSerializerGremlinV1d0
which makes the naming consistent
for all GraphSON versions.@Deprecated public final class GraphSONMessageSerializerV1d0 extends AbstractGraphSONMessageSerializerV1d0 implements MessageTextSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
AbstractGraphSONMessageSerializerV1d0.GremlinServerModule, AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer
mapper, mapTypeReference
TOKEN_IO_REGISTRIES
Constructor and Description |
---|
GraphSONMessageSerializerV1d0()
Deprecated.
|
GraphSONMessageSerializerV1d0(GraphSONMapper mapper)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RequestMessage |
deserializeRequest(String msg)
Deprecated.
|
ResponseMessage |
deserializeResponse(String msg)
Deprecated.
|
String[] |
mimeTypesSupported()
Deprecated.
The list of mime types that the serializer supports.
|
String |
serializeRequestAsString(RequestMessage requestMessage,
io.netty.buffer.ByteBufAllocator allocator)
Deprecated.
|
String |
serializeResponseAsString(ResponseMessage responseMessage,
io.netty.buffer.ByteBufAllocator allocator)
Deprecated.
|
configure, deserializeRequest, deserializeResponse, getMapper, serializeRequestAsBinary, serializeResponseAsBinary
addIoRegistries, getListStringFromConfig, tryInstanceMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure, deserializeRequest, deserializeResponse, getMapper, serializeRequestAsBinary, serializeResponseAsBinary
public GraphSONMessageSerializerV1d0()
public GraphSONMessageSerializerV1d0(GraphSONMapper mapper)
public String[] mimeTypesSupported()
MessageSerializer
mimeTypesSupported
in interface MessageSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
public ResponseMessage deserializeResponse(String msg) throws SerializationException
deserializeResponse
in interface MessageTextSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
SerializationException
public String serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator) throws SerializationException
serializeResponseAsString
in interface MessageTextSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
SerializationException
public RequestMessage deserializeRequest(String msg) throws SerializationException
deserializeRequest
in interface MessageTextSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
SerializationException
public String serializeRequestAsString(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator) throws SerializationException
serializeRequestAsString
in interface MessageTextSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
SerializationException
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.