TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Interface IDStringSerializable

All Known Subinterfaces:
IDColor, IDWallpaper
All Known Implementing Classes:
CalendarField, DColor, DWallpaper

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IDStringSerializable

Provides an interface to de/serialize data from/into a String.


Method Summary
 void serializeFromString(java.lang.String s)
          Deprecated. Configures this object from a string.
 java.lang.String serializeToString()
          Deprecated. Returns a String used to serialize this object.
 

Method Detail

serializeToString

java.lang.String serializeToString()
Deprecated. 
Returns a String used to serialize this object.


serializeFromString

void serializeFromString(java.lang.String s)
Deprecated. 
Configures this object from a string.


TPTP 4.5.0 Platform Project
Internal API Specification