Package com.arangodb.internal.serde
Class InternalSerdeProvider
java.lang.Object
com.arangodb.internal.serde.InternalSerdeProvider
- All Implemented Interfaces:
ArangoSerdeProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates a new InternalSerde with default settings.create
(ArangoSerde userSerde, com.fasterxml.jackson.databind.Module protocolModule) Creates a new InternalSerde with default settings.
-
Constructor Details
-
InternalSerdeProvider
- Parameters:
contentType
- serialization target data type
-
-
Method Details
-
create
Creates a new InternalSerde with default settings.- Specified by:
create
in interfaceArangoSerdeProvider
- Returns:
- the created InternalSerde
-
create
public InternalSerde create(ArangoSerde userSerde, com.fasterxml.jackson.databind.Module protocolModule) Creates a new InternalSerde with default settings.- Parameters:
userSerde
- user serdeprotocolModule
- optional Jackson module to support protocol specific types- Returns:
- the created InternalSerde
-
getContentType
- Specified by:
getContentType
in interfaceArangoSerdeProvider
- Returns:
- the supported content type
-