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.13.0
Show newest version
package com.arangodb.serde;

import com.arangodb.ContentType;

public interface ArangoSerdeProvider {

    /**
     * Returns a serde instance for the given content type
     *
     * @param contentType content type
     * @return serde instance
     */
    ArangoSerde of(final ContentType contentType);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy