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.

Package

com.sap.mobile.lib.sdmpersistence

Syntax

public interface ISDMPersistable

Derived classes

Derived interfaces

Members

All members of ISDMPersistable, including inherited members.

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