Package com.arangodb
Interface ArangoSerdeAccessor
- All Known Subinterfaces:
ArangoCollection,ArangoCollectionAsync,ArangoDatabase,ArangoDatabaseAsync,ArangoDB,ArangoDBAsync,ArangoEdgeCollection,ArangoEdgeCollectionAsync,ArangoGraph,ArangoGraphAsync,ArangoSearch,ArangoSearchAsync,ArangoVertexCollection,ArangoVertexCollectionAsync,ArangoView,ArangoViewAsync,SearchAlias,SearchAliasAsync
@ThreadSafe
public interface ArangoSerdeAccessor
- Author:
- Mark Vollmary
-
Method Summary
Modifier and TypeMethodDescriptioncom.arangodb.internal.serde.InternalSerdegetSerde()Returns driver internal serialization implementation for serializing and deserializing driver's classes.
-
Method Details
-
getSerde
com.arangodb.internal.serde.InternalSerde getSerde()Returns driver internal serialization implementation for serializing and deserializing driver's classes.- Returns:
- ArangoSerde
-