Uses of Enum Class
org.apache.tinkerpop.gremlin.util.ser.Serializers
Packages that use Serializers
-
Uses of Serializers in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver with parameters of type SerializersModifier and TypeMethodDescriptionCluster.Builder.responseSerializer(Serializers mimeType) Set theMessageSerializerused to deserialize responses from the server via theSerializersenum. -
Uses of Serializers in org.apache.tinkerpop.gremlin.util.ser
Methods in org.apache.tinkerpop.gremlin.util.ser that return SerializersModifier and TypeMethodDescriptionstatic SerializersReturns the enum constant of this class with the specified name.static Serializers[]Serializers.values()Returns an array containing the constants of this enum class, in the order they are declared.