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

org.openprovenance.prov.interop.SerializerFunction Maven / Gradle / Ivy

package org.openprovenance.prov.interop;

/* Functional interface, without argument, returning a serializer function.
This is implemented as a functional interface, since some serialization method are thread specific,
and therefore, need to be called in the current thread serializing the document. */

public interface SerializerFunction {
        org.openprovenance.prov.model.ProvSerialiser apply();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy