com.agimatec.sql.meta.persistence
Interface ObjectPersistencer

All Known Implementing Classes:
SerializerPersistencer, XStreamPersistencer

public interface ObjectPersistencer

Description:
User: roman.stumm
Date: 27.04.2007
Time: 17:38:42
Copyright: Agimatec GmbH


Method Summary
 Object load(File source)
           
 void save(Object obj, File target)
           
 

Method Detail

save

void save(Object obj,
          File target)
          throws Exception
Throws:
Exception

load

Object load(File source)
            throws Exception
Throws:
Exception


Copyright © 2008-2012. All Rights Reserved.