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
All Known Implementing Classes:
ArangoCollectionAsyncImpl, ArangoCollectionImpl, ArangoCursorAsyncImpl, ArangoDatabaseAsyncImpl, ArangoDatabaseImpl, ArangoDBAsyncImpl, ArangoDBImpl, ArangoEdgeCollectionAsyncImpl, ArangoEdgeCollectionImpl, ArangoExecuteable, ArangoGraphAsyncImpl, ArangoGraphImpl, ArangoSearchAsyncImpl, ArangoSearchImpl, ArangoVertexCollectionAsyncImpl, ArangoVertexCollectionImpl, ArangoViewAsyncImpl, ArangoViewImpl, InternalArangoCollection, InternalArangoCursor, InternalArangoDatabase, InternalArangoDB, InternalArangoEdgeCollection, InternalArangoGraph, InternalArangoSearch, InternalArangoVertexCollection, InternalArangoView, InternalSearchAlias, SearchAliasAsyncImpl, SearchAliasImpl

@ThreadSafe public interface ArangoSerdeAccessor
Author:
Mark Vollmary
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns driver internal serialization implementation for serializing and deserializing driver's classes.
  • Method Details

    • getSerde

      InternalSerde getSerde()
      Returns driver internal serialization implementation for serializing and deserializing driver's classes.
      Returns:
      ArangoSerde