Package com.arangodb.serde
Interface ArangoSerdeProvider
-
- All Known Implementing Classes:
JacksonJsonSerdeProvider
public interface ArangoSerdeProvider
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ArangoSerde
create()
ContentType
getContentType()
static ArangoSerdeProvider
of(ContentType contentType)
-
-
-
Method Detail
-
of
static ArangoSerdeProvider of(ContentType contentType)
-
create
ArangoSerde create()
- Returns:
- a new serde instance
-
getContentType
ContentType getContentType()
- Returns:
- the supported content type
-
-