Class Settings.SerializerSettings

java.lang.Object
org.apache.tinkerpop.gremlin.driver.Settings.SerializerSettings
Enclosing class:
Settings

public static class Settings.SerializerSettings extends Object
  • Field Details

    • className

      public String className
      The fully qualified class name of the MessageSerializer 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 to GraphBinaryMessageSerializerV4.
    • config

      public Map<String,Object> config
      The configuration for the specified serializer with the className.
  • Constructor Details

    • SerializerSettings

      public SerializerSettings()
  • Method Details