Uses of Interface
org.apache.tinkerpop.gremlin.util.MessageSerializer
-
Packages that use MessageSerializer Package Description org.apache.tinkerpop.gremlin.util.ser -
-
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.util.ser
Subinterfaces of MessageSerializer in org.apache.tinkerpop.gremlin.util.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.util.ser that implement MessageSerializer Modifier and Type Class Description classAbstractGraphSONMessageSerializerV1classAbstractGraphSONMessageSerializerV2classAbstractMessageSerializer<M>BaseMessageSerializerthat serializers can implement to get some helper methods around configuring aMapper.Builder.classGraphBinaryMessageSerializerV1classGraphSONMessageSerializerV1Serialize results to JSON with version 1.0.x schema.classGraphSONMessageSerializerV2Serialize results to JSON with version 2.0.x schema and the extended module.classGraphSONMessageSerializerV3Serialize results to JSON with version 3.0.x schema and the extended module.classGraphSONUntypedMessageSerializerV1Serialize results to JSON with version 1.0.x schema and serialization which does not embed types.classGraphSONUntypedMessageSerializerV2Serialize results to JSON with version 2.0.x schema and the extended module without embedded types.classGraphSONUntypedMessageSerializerV3Serialize results to JSON with version 3.0.x schema and the extended module without embedded types.Methods in org.apache.tinkerpop.gremlin.util.ser that return MessageSerializer Modifier and Type Method Description MessageSerializer<?>Serializers. simpleInstance()
-