Uses of Class
org.apache.tinkerpop.gremlin.driver.ser.Serializers
-
Packages that use Serializers Package Description org.apache.tinkerpop.gremlin.driver org.apache.tinkerpop.gremlin.driver.ser -
-
Uses of Serializers in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver with parameters of type Serializers Modifier and Type Method Description Cluster.Builder
Cluster.Builder. serializer(Serializers mimeType)
Set theMessageSerializer
to use via theSerializers
enum. -
Uses of Serializers in org.apache.tinkerpop.gremlin.driver.ser
Methods in org.apache.tinkerpop.gremlin.driver.ser that return Serializers Modifier and Type Method Description static Serializers
Serializers. valueOf(String name)
Returns the enum constant of this type with the specified name.static Serializers[]
Serializers. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-