![JAR search and dependency download from the Maven repository](/logo.png)
com.arangodb.serde.ArangoSerdeProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core module for ArangoDB Java Driver
package com.arangodb.serde;
import com.arangodb.ContentType;
public interface ArangoSerdeProvider {
/**
* @return a new serde instance
*/
ArangoSerde create();
/**
* @return the supported content type
*/
ContentType getContentType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy