Uses of Interface
org.apache.tinkerpop.gremlin.driver.MessageSerializer
-
Packages that use MessageSerializer Package Description org.apache.tinkerpop.gremlin.driver org.apache.tinkerpop.gremlin.driver.handler org.apache.tinkerpop.gremlin.driver.ser -
-
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver with parameters of type MessageSerializer Modifier and Type Method Description Cluster.BuilderCluster.Builder. serializer(MessageSerializer<?> serializer)Sets theMessageSerializerto use. -
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.driver.handler
Constructors in org.apache.tinkerpop.gremlin.driver.handler with parameters of type MessageSerializer Constructor Description WebSocketGremlinRequestEncoder(boolean binaryEncoding, MessageSerializer<?> serializer)WebSocketGremlinResponseDecoder(MessageSerializer<?> serializer) -
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.driver.ser
Subinterfaces of MessageSerializer in org.apache.tinkerpop.gremlin.driver.ser Modifier and Type Interface Description interfaceMessageTextSerializer<M>An extension to the MessageSerializer interface that allows a format to be compatible with text-based websocket messages.Classes in org.apache.tinkerpop.gremlin.driver.ser that implement MessageSerializer Modifier and Type Class Description classAbstractGraphSONMessageSerializerV1d0classAbstractGraphSONMessageSerializerV2d0classAbstractGryoMessageSerializerV1d0Deprecated.As of release 3.4.3, replaced byGraphBinaryMessageSerializerV1.classAbstractGryoMessageSerializerV3d0Deprecated.As of release 3.4.3, replaced byGraphBinaryMessageSerializerV1.classAbstractMessageSerializer<M>BaseMessageSerializerthat serializers can implement to get some helper methods around configuring aMapper.Builder.classGraphBinaryMessageSerializerV1classGraphSONMessageSerializerGremlinV1d0Serialize results to JSON with version 1.0.x schema.classGraphSONMessageSerializerGremlinV2d0Deprecated.As for release 3.4.0, replaced byGraphSONMessageSerializerV2d0.classGraphSONMessageSerializerV1d0Serialize results to JSON with version 1.0.x schema.classGraphSONMessageSerializerV2d0Serialize results to JSON with version 2.0.x schema and the extended module.classGraphSONMessageSerializerV3d0Serialize results to JSON with version 3.0.x schema and the extended module.classGryoLiteMessageSerializerV1d0Deprecated.As of release 3.2.6, not directly replaced - supported throughHaltedTraverserStrategy.classGryoMessageSerializerV1d0Deprecated.As of release 3.4.3, replaced byGraphBinaryMessageSerializerV1.classGryoMessageSerializerV3d0Deprecated.As of release 3.4.3, replaced byGraphBinaryMessageSerializerV1.Methods in org.apache.tinkerpop.gremlin.driver.ser that return MessageSerializer Modifier and Type Method Description MessageSerializer<?>Serializers. simpleInstance()
-