Uses of Class
org.apache.tinkerpop.gremlin.driver.ser.SerializationException
- 
- 
Uses of SerializationException in org.apache.tinkerpop.gremlin.driverMethods in org.apache.tinkerpop.gremlin.driver that throw SerializationException Modifier and Type Method Description RequestMessageMessageSerializer. deserializeRequest(io.netty.buffer.ByteBuf msg)Deserialize a NettyByteBufinto aRequestMessage.ResponseMessageMessageSerializer. deserializeResponse(io.netty.buffer.ByteBuf msg)Deserialize a NettyByteBufinto aResponseMessage.io.netty.buffer.ByteBufMessageSerializer. serializeRequestAsBinary(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)Serialize aResponseMessageto a NettyByteBuf.io.netty.buffer.ByteBufMessageSerializer. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)Serialize aResponseMessageto a NettyByteBuf.
- 
Uses of SerializationException in org.apache.tinkerpop.gremlin.driver.serMethods in org.apache.tinkerpop.gremlin.driver.ser that throw SerializationException Modifier and Type Method Description RequestMessageAbstractGraphSONMessageSerializerV1d0. deserializeRequest(io.netty.buffer.ByteBuf msg)RequestMessageAbstractGraphSONMessageSerializerV2d0. deserializeRequest(io.netty.buffer.ByteBuf msg)RequestMessageGraphBinaryMessageSerializerV1. deserializeRequest(io.netty.buffer.ByteBuf msg)RequestMessageGraphBinaryMessageSerializerV1. deserializeRequest(String msg)RequestMessageGraphSONMessageSerializerV1d0. deserializeRequest(String msg)Deprecated.RequestMessageGraphSONMessageSerializerV2d0. deserializeRequest(String msg)RequestMessageGraphSONMessageSerializerV3d0. deserializeRequest(String msg)RequestMessageGraphSONUntypedMessageSerializerV1d0. deserializeRequest(String msg)RequestMessageGraphSONUntypedMessageSerializerV2d0. deserializeRequest(String msg)RequestMessageMessageTextSerializer. deserializeRequest(String msg)ResponseMessageAbstractGraphSONMessageSerializerV1d0. deserializeResponse(io.netty.buffer.ByteBuf msg)ResponseMessageAbstractGraphSONMessageSerializerV2d0. deserializeResponse(io.netty.buffer.ByteBuf msg)ResponseMessageGraphBinaryMessageSerializerV1. deserializeResponse(io.netty.buffer.ByteBuf msg)ResponseMessageGraphBinaryMessageSerializerV1. deserializeResponse(String msg)ResponseMessageGraphSONMessageSerializerV1d0. deserializeResponse(String msg)Deprecated.ResponseMessageGraphSONMessageSerializerV2d0. deserializeResponse(String msg)ResponseMessageGraphSONMessageSerializerV3d0. deserializeResponse(String msg)ResponseMessageGraphSONUntypedMessageSerializerV1d0. deserializeResponse(String msg)ResponseMessageGraphSONUntypedMessageSerializerV2d0. deserializeResponse(String msg)ResponseMessageMessageTextSerializer. deserializeResponse(String msg)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV1d0. serializeRequestAsBinary(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV2d0. serializeRequestAsBinary(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufGraphBinaryMessageSerializerV1. serializeRequestAsBinary(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphBinaryMessageSerializerV1. serializeRequestAsString(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONMessageSerializerV1d0. serializeRequestAsString(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)Deprecated.StringGraphSONMessageSerializerV2d0. serializeRequestAsString(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONMessageSerializerV3d0. serializeRequestAsString(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONUntypedMessageSerializerV1d0. serializeRequestAsString(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONUntypedMessageSerializerV2d0. serializeRequestAsString(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)StringMessageTextSerializer. serializeRequestAsString(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV1d0. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV2d0. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufGraphBinaryMessageSerializerV1. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphBinaryMessageSerializerV1. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONMessageSerializerV1d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)Deprecated.StringGraphSONMessageSerializerV2d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONMessageSerializerV3d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONUntypedMessageSerializerV1d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONUntypedMessageSerializerV2d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringMessageTextSerializer. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
- 
Uses of SerializationException in org.apache.tinkerpop.gremlin.driver.ser.binaryMethods in org.apache.tinkerpop.gremlin.driver.ser.binary that throw SerializationException Modifier and Type Method Description RequestMessageRequestMessageSerializer. readValue(io.netty.buffer.ByteBuf byteBuf, GraphBinaryReader context)ResponseMessageResponseMessageSerializer. readValue(io.netty.buffer.ByteBuf byteBuf, GraphBinaryReader context)voidRequestMessageSerializer. writeValue(RequestMessage value, io.netty.buffer.ByteBuf byteBuf, GraphBinaryWriter context)voidResponseMessageSerializer. writeValue(ResponseMessage value, io.netty.buffer.ByteBuf byteBuf, GraphBinaryWriter context)
- 
Uses of SerializationException in org.apache.tinkerpop.gremlin.server.handlerMethods in org.apache.tinkerpop.gremlin.server.handler that throw SerializationException Modifier and Type Method Description static RequestMessageHttpHandlerUtil. getRequestMessageFromHttpRequest(io.netty.handler.codec.http.FullHttpRequest request, Map<String,MessageSerializer<?>> serializers)Convert a http request into aRequestMessage.
- 
Uses of SerializationException in org.apache.tinkerpop.gremlin.server.utilMethods in org.apache.tinkerpop.gremlin.server.util that throw SerializationException Modifier and Type Method Description RequestMessageTextPlainMessageSerializer. deserializeRequest(io.netty.buffer.ByteBuf msg)RequestMessageTextPlainMessageSerializer. deserializeRequest(String msg)ResponseMessageTextPlainMessageSerializer. deserializeResponse(io.netty.buffer.ByteBuf msg)ResponseMessageTextPlainMessageSerializer. deserializeResponse(String msg)io.netty.buffer.ByteBufTextPlainMessageSerializer. serializeRequestAsBinary(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)StringTextPlainMessageSerializer. serializeRequestAsString(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufTextPlainMessageSerializer. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringTextPlainMessageSerializer. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
 
-