IPersistable interface

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

Package

com.sap.mobile.lib.persistence

Syntax

public interface IPersistable

Derived classes

Derived interfaces

Members

All members of IPersistable, including inherited members.

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