com.agimatec.sql.meta.persistence
Class SerializerPersistencer

java.lang.Object
  extended by com.agimatec.sql.meta.persistence.SerializerPersistencer
All Implemented Interfaces:
ObjectPersistencer

public class SerializerPersistencer
extends Object
implements ObjectPersistencer

Description:
User: roman.stumm
Date: 27.04.2007
Time: 17:39:51
Copyright: Agimatec GmbH


Constructor Summary
SerializerPersistencer()
           
 
Method Summary
 Object load(File source)
           
 void save(Object obj, File target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializerPersistencer

public SerializerPersistencer()
Method Detail

save

public void save(Object obj,
                 File target)
          throws IOException
Specified by:
save in interface ObjectPersistencer
Throws:
IOException

load

public Object load(File source)
            throws IOException,
                   ClassNotFoundException
Specified by:
load in interface ObjectPersistencer
Throws:
IOException
ClassNotFoundException


Copyright © 2008-2011. All Rights Reserved.