Package | ga.util |
Class | public class StateSerializer |
Inheritance | StateSerializer Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtime Versions: | AIR 1.0, Flash Player 10 |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
| StateSerializer | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
This class when given the root value object of the guide application model will serialize the state as an XML document
| StateSerializer | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
STATE_ROOT_NAME : String = "_GUIDESTATE_" [static]
Constant definining the element root name for the guide state information
| StateSerializer |
Constructor Detail
StateSerializer | () | Constructor |
public function StateSerializer()
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtime Versions: | AIR 1.0, Flash Player 10 |
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
Method Detail
serialize | () | method |
public function serialize(root:Object):XML
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtime Versions: | AIR 1.0, Flash Player 10 |
This class when given the root value object of the guide application model will serialize the state as an XML document
Parameters
root:Object — the root value object of the guide application model.
|
XML — XML
|
Constant Detail
STATE_ROOT_NAME | Constant |
public static const STATE_ROOT_NAME:String = "_GUIDESTATE_"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtime Versions: | AIR 1.0, Flash Player 10 |
Constant definining the element root name for the guide state information
Mon Nov 28 2011, 06:48 AM -08:00