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