Class GraphSONMessageSerializerGremlinV2d0
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
- 
- org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0
- 
- org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV2d0
 
 
 
- 
- All Implemented Interfaces:
- MessageSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
 
 @Deprecated public final class GraphSONMessageSerializerGremlinV2d0 extends AbstractGraphSONMessageSerializerV2d0 Deprecated.As for release 3.4.0, replaced byGraphSONMessageSerializerV2d0.Serialize results to JSON with version 2.0.x schema and the extended module.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0AbstractGraphSONMessageSerializerV2d0.GremlinServerModule, AbstractGraphSONMessageSerializerV2d0.RequestMessageDeserializer, AbstractGraphSONMessageSerializerV2d0.RequestMessageSerializer, AbstractGraphSONMessageSerializerV2d0.ResponseMessageDeserializer, AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0mapper
 - 
Fields inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializerTOKEN_IO_REGISTRIES
 
- 
 - 
Constructor SummaryConstructors Constructor Description GraphSONMessageSerializerGremlinV2d0()Deprecated.Creates a default GraphSONMessageSerializerGremlin.GraphSONMessageSerializerGremlinV2d0(GraphSONMapper mapper)Deprecated.GraphSONMessageSerializerGremlinV2d0(GraphSONMapper.Builder mapperBuilder)Deprecated.Create a GraphSONMessageSerializerGremlin with a providedGraphSONMapper.Builder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String[]mimeTypesSupported()Deprecated.The list of mime types that the serializer supports.- 
Methods inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV2d0configure, deserializeRequest, deserializeResponse, getMapper, serializeRequestAsBinary, serializeResponseAsBinary
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializeraddIoRegistries, getListStringFromConfig, tryInstanceMethod
 
- 
 
- 
- 
- 
Constructor Detail- 
GraphSONMessageSerializerGremlinV2d0public GraphSONMessageSerializerGremlinV2d0() Deprecated.Creates a default GraphSONMessageSerializerGremlin.By default this will internally instantiate a GraphSONMapperand register aAbstractGraphSONMessageSerializerV2d0.GremlinServerModuleandGraphSONXModuleV2d0to the mapper.
 - 
GraphSONMessageSerializerGremlinV2d0@Deprecated public GraphSONMessageSerializerGremlinV2d0(GraphSONMapper mapper) Deprecated.Create a GraphSONMessageSerializer from aGraphSONMapper. Deprecated, useGraphSONMessageSerializerGremlinV2d0(GraphSONMapper.Builder)instead.
 - 
GraphSONMessageSerializerGremlinV2d0public GraphSONMessageSerializerGremlinV2d0(GraphSONMapper.Builder mapperBuilder) Deprecated.Create a GraphSONMessageSerializerGremlin with a providedGraphSONMapper.Builder.Note that to make this mapper usable in the context of request messages and responses, this method will automatically register a AbstractGraphSONMessageSerializerV2d0.GremlinServerModuleto the provided mapper.
 
- 
 - 
Method Detail- 
mimeTypesSupportedpublic String[] mimeTypesSupported() Deprecated.Description copied from interface:MessageSerializerThe list of mime types that the serializer supports.
 
- 
 
-