Class Settings.SerializerSettings
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.Settings.SerializerSettings
-
-
Constructor Summary
Constructors Constructor Description SerializerSettings()
-
-
-
Field Detail
-
className
public String className
The fully qualified class name of theMessageSerializer
that will be used to communicate with the server. Note that the serializer configured on the client should be supported by the server configuration. By default the setting is configured toGraphBinaryMessageSerializerV4
.
-
-
Method Detail
-
create
public MessageSerializer<?> create() throws Exception
- Throws:
Exception
-
-