ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
ga.util 

StateSerializer  - AS3 ADEP Guides

Packagega.util
Classpublic class StateSerializer
InheritanceStateSerializer Inheritance Object

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



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
StateSerializer
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
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
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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.

Returns
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