Uses of Interface
com.arangodb.serde.ArangoSerde
-
Packages that use ArangoSerde Package Description com.arangodb com.arangodb.serde com.arangodb.serde.jackson com.arangodb.serde.jackson.json -
-
Uses of ArangoSerde in com.arangodb
Methods in com.arangodb with parameters of type ArangoSerde Modifier and Type Method Description ArangoDB.Builder
ArangoDB.Builder. serde(ArangoSerde serde)
Sets the serde for the user data. -
Uses of ArangoSerde in com.arangodb.serde
Methods in com.arangodb.serde that return ArangoSerde Modifier and Type Method Description ArangoSerde
ArangoSerdeProvider. create()
-
Uses of ArangoSerde in com.arangodb.serde.jackson
Subinterfaces of ArangoSerde in com.arangodb.serde.jackson Modifier and Type Interface Description interface
JacksonSerde
User data serde based on Jackson Databind. -
Uses of ArangoSerde in com.arangodb.serde.jackson.json
Methods in com.arangodb.serde.jackson.json that return ArangoSerde Modifier and Type Method Description ArangoSerde
JacksonJsonSerdeProvider. create()
-