All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arangodb.serde.ArangoSerdeProvider Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy