Class Settings.SerializerSettings
java.lang.Object
org.apache.tinkerpop.gremlin.driver.Settings.SerializerSettings
- Enclosing class:
- Settings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
className
The fully qualified class name of theMessageSerializerthat 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. -
config
The configuration for the specified serializer with theclassName.
-
-
Constructor Details
-
SerializerSettings
public SerializerSettings()
-
-
Method Details
-
create
- Throws:
Exception
-