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

org.openprovenance.prov.service.core.ObjectSerialiser Maven / Gradle / Ivy

package org.openprovenance.prov.service.core;

import java.io.OutputStream;

public interface ObjectSerialiser {
    void serialiseObject (OutputStream out, Object document, String mediaType, boolean formatted);
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy