Generic Persistence Interfaces
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Commerce Server 2007 defines a set of generic Component Object Model (COM) interfaces related to object persistence. The following table lists the generic interfaces.
Interface |
Description |
---|---|
Saves data to an XML-formatted string, and loads data from an XML-formatted string. |
|
Saves data to a Dictionary object, and loads data from a Dictionary object. |
|
Saves data to a stream, and loads data from a stream. This is the form of persistence used in the ATL Pipeline Wizard. |