Package org.brijframework.persistence
Interface Persistence
-
public interface Persistence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreadObject(File _file)voidreadObject(String _path)voidwriteObject(File _file)voidwriteObject(String _path)
-