| Modifier and Type | Method and Description | 
|---|---|
| Cluster.Builder | Cluster.Builder. serializer(MessageSerializer<?> serializer)Sets the  MessageSerializerto use. | 
| Constructor and Description | 
|---|
| WebSocketGremlinRequestEncoder(boolean binaryEncoding,
                              MessageSerializer<?> serializer) | 
| WebSocketGremlinResponseDecoder(MessageSerializer<?> serializer) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MessageTextSerializer<M>An extension to the MessageSerializer interface that allows a format to be compatible with text-based
 websocket messages. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractGraphSONMessageSerializerV1d0 | 
| class  | AbstractGraphSONMessageSerializerV2d0 | 
| class  | AbstractMessageSerializer<M>Base  MessageSerializerthat serializers can implement to get some helper methods around configuring aMapper.Builder. | 
| class  | GraphBinaryMessageSerializerV1 | 
| class  | GraphSONMessageSerializerGremlinV1d0Serialize results to JSON with version 1.0.x schema. | 
| class  | GraphSONMessageSerializerGremlinV2d0Deprecated. 
 As for release 3.4.0, replaced by  GraphSONMessageSerializerV2d0. | 
| class  | GraphSONMessageSerializerV1d0Serialize results to JSON with version 1.0.x schema. | 
| class  | GraphSONMessageSerializerV2d0Serialize results to JSON with version 2.0.x schema and the extended module. | 
| class  | GraphSONMessageSerializerV3d0Serialize results to JSON with version 3.0.x schema and the extended module. | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageSerializer<?> | Serializers. simpleInstance() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,MessageSerializer<?>> | AbstractChannelizer. serializers | 
| Modifier and Type | Field and Description | 
|---|---|
| static io.netty.util.AttributeKey<MessageSerializer<?>> | StateKey. SERIALIZERThe key for the current serializer requested by the client. | 
| Constructor and Description | 
|---|
| HttpGremlinEndpointHandler(Map<String,MessageSerializer<?>> serializers,
                          GremlinExecutor gremlinExecutor,
                          GraphManager graphManager,
                          Settings settings) | 
| WsGremlinBinaryRequestDecoder(Map<String,MessageSerializer<?>> serializers) | 
| WsGremlinCloseRequestDecoder(Map<String,MessageSerializer<?>> serializers) | 
| WsGremlinTextRequestDecoder(Map<String,MessageSerializer<?>> serializers) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static Frame | AbstractOpProcessor. makeFrame(Context ctx,
         RequestMessage msg,
         MessageSerializer<?> serializer,
         boolean useBinary,
         List<Object> aggregate,
         ResponseStatusCode code,
         Map<String,Object> responseMetaData,
         Map<String,Object> statusAttributes) | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.