Uses of Class
org.apache.tinkerpop.gremlin.util.ser.SerializationException
-
-
Uses of SerializationException in org.apache.tinkerpop.gremlin.server.handler
Methods in org.apache.tinkerpop.gremlin.server.handler that throw SerializationException Modifier and Type Method Description RequestMessageHttpRequestMessageDecoder. 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.util
Methods in org.apache.tinkerpop.gremlin.util that throw SerializationException Modifier and Type Method Description RequestMessageMessageSerializer. deserializeBinaryRequest(io.netty.buffer.ByteBuf msg)Deserialize a NettyByteBufinto aRequestMessage.ResponseMessageMessageSerializer. deserializeBinaryResponse(io.netty.buffer.ByteBuf msg)Deserialize a NettyByteBufinto aRequestMessage.ResponseMessageMessageSerializer. readChunk(io.netty.buffer.ByteBuf byteBuf, boolean isFirstChunk)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.io.netty.buffer.ByteBufMessageSerializer. writeChunk(Object aggregate, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufMessageSerializer. writeErrorFooter(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufMessageSerializer. writeFooter(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufMessageSerializer. writeHeader(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator) -
Uses of SerializationException in org.apache.tinkerpop.gremlin.util.ser
Methods in org.apache.tinkerpop.gremlin.util.ser that throw SerializationException Modifier and Type Method Description RequestMessageAbstractGraphSONMessageSerializerV4. deserializeBinaryRequest(io.netty.buffer.ByteBuf msg)RequestMessageGraphBinaryMessageSerializerV4. deserializeBinaryRequest(io.netty.buffer.ByteBuf msg)ResponseMessageAbstractGraphSONMessageSerializerV4. deserializeBinaryResponse(io.netty.buffer.ByteBuf msg)ResponseMessageGraphBinaryMessageSerializerV4. deserializeBinaryResponse(io.netty.buffer.ByteBuf msg)ResponseMessageGraphBinaryMessageSerializerV4. readChunk(io.netty.buffer.ByteBuf byteBuf, boolean isFirstChunk)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV4. serializeRequestAsBinary(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufGraphBinaryMessageSerializerV4. serializeRequestAsBinary(RequestMessage requestMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV4. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufGraphBinaryMessageSerializerV4. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV4. writeChunk(Object aggregate, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufGraphBinaryMessageSerializerV4. writeChunk(Object aggregate, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV4. writeErrorFooter(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufGraphBinaryMessageSerializerV4. writeErrorFooter(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV4. writeFooter(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufGraphBinaryMessageSerializerV4. writeFooter(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV4. writeHeader(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufGraphBinaryMessageSerializerV4. writeHeader(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator) -
Uses of SerializationException in org.apache.tinkerpop.gremlin.util.ser.binary
Methods in org.apache.tinkerpop.gremlin.util.ser.binary that throw SerializationException Modifier and Type Method Description RequestMessageRequestMessageSerializer. readValue(io.netty.buffer.ByteBuf byteBuf, GraphBinaryReader context)voidRequestMessageSerializer. writeValue(RequestMessage value, io.netty.buffer.ByteBuf byteBuf, GraphBinaryWriter context)
-