ISDMPersistable interface

Deprecated. since 3.0, Use com.sap.mobile.lib.persistence.IPersistable Interface that any object should implement that is to store by SDMPersistence.

Syntax

public interface ISDMPersistable

Derived classes

Members

All members of ISDMPersistable, including inherited members.

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