
The PropertyBag object that stores all the state internally as XML, so the entire object hierarchy can be saved, and more importantly, restored. The only thing the programmer has to do is implement the IPropertyBag interface. The XML that gets generated gets sent to the middle tier using the XMLHTTP object to be processed.
|