Package | ga.util |
Classe | public class StateSerializer |
Héritage | StateSerializer Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10 |
Propriétés publiques
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
| StateSerializer | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
This class when given the root value object of the guide application model will serialize the state as an XML document
| StateSerializer | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
STATE_ROOT_NAME : String = "_GUIDESTATE_" [statique]
Constant definining the element root name for the guide state information
| StateSerializer |
Détails du constructeur
StateSerializer | () | Constructeur |
public function StateSerializer()
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10 |
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
Détails de la méthode
serialize | () | méthode |
public function serialize(root:Object):XML
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | 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
Paramètres
root:Object — the root value object of the guide application model.
|
XML — XML
|
Détails de la constante
STATE_ROOT_NAME | Constante |
public static const STATE_ROOT_NAME:String = "_GUIDESTATE_"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10 |
Constant definining the element root name for the guide state information
Tue Jun 12 2018, 09:30 AM Z