Package org.openbase.jul.processing
Interface FileProcessor<A>
-
public interface FileProcessor<A> extends Processor<A,File>
- Author:
- Divine Threepwood
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description A
deserialize(File file)
-
Methods inherited from interface org.openbase.jul.processing.Processor
deserialize, serialize
-
-
-
-
Method Detail
-
deserialize
A deserialize(File file) throws CouldNotPerformException
- Throws:
CouldNotPerformException
-
-