All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface guinea.util.PropertySaver
  -  public interface PropertySaver
 
The PropertySaver interface is used to save an object to a properties
object.  The properties then can be saved to a (text) file which again
can be read into an object with PropertyLoader interface.  It is similar
to Java's serialization system.
    -  See Also:
    
 -  PropertyLoader, Serializable
 
  Method Index
  -   · 
	propertySave(ExtProperties)
  
 -  Save the object's values to a properties list.
 
  Methods
 · 
propertySave
 public abstract void propertySave(ExtProperties p)
  -  Save the object's values to a properties list.
  
    -  Parameters:
    
 -  p - the properties object where to save the values.
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index