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

com.uid2.shared.store.parser.Parser Maven / Gradle / Ivy

package com.uid2.shared.store.parser;

import java.io.IOException;
import java.io.InputStream;

public interface Parser {
    ParsingResult deserialize(InputStream inputStream) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy