IPersistable interface

Interface that any object should implement that is to store by SDMPersistence.

Syntax

public interface IPersistable

Derived classes

Members

All members of IPersistable, including inherited members.

Methods
Modifier and Type Method Description
public void read(BufferedReader)  
public void write(BufferedWriter)