Class GraphSONMessageSerializerGremlinV1d0
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
- 
- org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0
- 
- org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV1d0
 
 
 
- 
- All Implemented Interfaces:
- MessageSerializer<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper>
 
 public final class GraphSONMessageSerializerGremlinV1d0 extends AbstractGraphSONMessageSerializerV1d0 Serialize results to JSON with version 1.0.x schema.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0AbstractGraphSONMessageSerializerV1d0.GremlinServerModule, AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0mapper, mapTypeReference
 - 
Fields inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializerTOKEN_IO_REGISTRIES
 
- 
 - 
Constructor SummaryConstructors Constructor Description GraphSONMessageSerializerGremlinV1d0()GraphSONMessageSerializerGremlinV1d0(GraphSONMapper mapper)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]mimeTypesSupported()The list of mime types that the serializer supports.- 
Methods inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0configure, deserializeRequest, deserializeResponse, getMapper, serializeRequestAsBinary, serializeResponseAsBinary
 - 
Methods inherited from class org.apache.tinkerpop.gremlin.driver.ser.AbstractMessageSerializeraddIoRegistries, getListStringFromConfig, tryInstanceMethod
 
- 
 
- 
- 
- 
Constructor Detail- 
GraphSONMessageSerializerGremlinV1d0public GraphSONMessageSerializerGremlinV1d0() 
 - 
GraphSONMessageSerializerGremlinV1d0public GraphSONMessageSerializerGremlinV1d0(GraphSONMapper mapper) 
 
- 
 - 
Method Detail- 
mimeTypesSupportedpublic String[] mimeTypesSupported() Description copied from interface:MessageSerializerThe list of mime types that the serializer supports.
 
- 
 
-