public abstract class AbstractGryoMessageSerializerV3d0 extends AbstractMessageSerializer
Modifier and Type | Field and Description |
---|---|
protected boolean |
serializeToString |
static String |
TOKEN_BUFFER_SIZE |
static String |
TOKEN_CLASS_RESOLVER_SUPPLIER |
static String |
TOKEN_CUSTOM |
static String |
TOKEN_SERIALIZE_RESULT_TO_STRING |
TOKEN_IO_REGISTRIES
logger
Constructor and Description |
---|
AbstractGryoMessageSerializerV3d0(GryoMapper kryo)
Creates an instance with a provided mapper configured
GryoMapper instance. |
Modifier and Type | Method and Description |
---|---|
void |
configure(Map<String,Object> config,
Map<String,Graph> graphs)
Configure the serializer with mapper settings as required.
|
RequestMessage |
deserializeRequest(ByteBuf msg)
Deserialize a Netty
ByteBuf into a RequestMessage . |
ResponseMessage |
deserializeResponse(ByteBuf msg)
Deserialize a Netty
ByteBuf into a ResponseMessage . |
ByteBuf |
serializeRequestAsBinary(RequestMessage requestMessage,
ByteBufAllocator allocator)
Serialize a
ResponseMessage to a Netty ByteBuf . |
ByteBuf |
serializeResponseAsBinary(ResponseMessage responseMessage,
ByteBufAllocator allocator)
Serialize a
ResponseMessage to a Netty ByteBuf . |
addIoRegistries, getListStringFromConfig, tryInstanceMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
mimeTypesSupported
public static final String TOKEN_CUSTOM
public static final String TOKEN_SERIALIZE_RESULT_TO_STRING
public static final String TOKEN_BUFFER_SIZE
public static final String TOKEN_CLASS_RESOLVER_SUPPLIER
protected boolean serializeToString
public AbstractGryoMessageSerializerV3d0(GryoMapper kryo)
GryoMapper
instance. Note that this instance
will be overridden by configure(java.util.Map<java.lang.String, java.lang.Object>, java.util.Map<java.lang.String, org.apache.tinkerpop.gremlin.structure.Graph>)
is called.public final void configure(Map<String,Object> config, Map<String,Graph> graphs)
MessageSerializer
public ResponseMessage deserializeResponse(ByteBuf msg) throws SerializationException
MessageSerializer
ByteBuf
into a ResponseMessage
.SerializationException
public ByteBuf serializeResponseAsBinary(ResponseMessage responseMessage, ByteBufAllocator allocator) throws SerializationException
MessageSerializer
ResponseMessage
to a Netty ByteBuf
.responseMessage
- The response message to serialize to bytes.allocator
- The Netty allocator for the ByteBuf
to return back.SerializationException
public RequestMessage deserializeRequest(ByteBuf msg) throws SerializationException
MessageSerializer
ByteBuf
into a RequestMessage
.SerializationException
public ByteBuf serializeRequestAsBinary(RequestMessage requestMessage, ByteBufAllocator allocator) throws SerializationException
MessageSerializer
ResponseMessage
to a Netty ByteBuf
.requestMessage
- The request message to serialize to bytes.allocator
- The Netty allocator for the ByteBuf
to return back.SerializationException
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.