com.arangodb.serde.ArangoSerdeProvider Maven / Gradle / Ivy
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