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

com.arangodb.util.RawData Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
package com.arangodb.util;

/**
 * Marker interface for raw data, implementations are:
 *  
    *
  • {@link RawBytes}
  • *
  • {@link RawJson}
  • *
*/ public interface RawData { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy