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 java.lang.Object
implements ObjectPersistencer

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


Constructor Summary
SerializerPersistencer()
           
 
Method Summary
 java.lang.Object load(java.io.File source)
           
 void save(java.lang.Object obj, java.io.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(java.lang.Object obj,
                 java.io.File target)
          throws java.io.IOException
Specified by:
save in interface ObjectPersistencer
Throws:
java.io.IOException

load

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


Copyright © 2008-2012. All Rights Reserved.