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

com.agimatec.sql.meta.persistence.ObjectPersistencer Maven / Gradle / Ivy

There is a newer version: 2.5.27
Show newest version
package com.agimatec.sql.meta.persistence;

import java.io.File;

/**
 * Description: 
* User: roman.stumm
* Date: 27.04.2007
* Time: 17:38:42
* Copyright: Agimatec GmbH */ public interface ObjectPersistencer { void save(Object obj, File target) throws Exception; Object load(File source) throws Exception; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy