Pakket | ga.util |
Klasse | public class StateSerializer |
Overerving | StateSerializer Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtimeversies: | AIR 1.0, Flash Player 10 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
| StateSerializer | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
This class when given the root value object of the guide application model will serialize the state as an XML document
| StateSerializer | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
STATE_ROOT_NAME : String = "_GUIDESTATE_" [statisch]
Constant definining the element root name for the guide state information
| StateSerializer |
Constructordetails
StateSerializer | () | Constructor |
public function StateSerializer()
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtimeversies: | AIR 1.0, Flash Player 10 |
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
Methodedetails
serialize | () | methode |
public function serialize(root:Object):XML
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtimeversies: | 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
|
Constantedetails
STATE_ROOT_NAME | Constante |
public static const STATE_ROOT_NAME:String = "_GUIDESTATE_"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtimeversies: | AIR 1.0, Flash Player 10 |
Constant definining the element root name for the guide state information
Wed Jun 13 2018, 11:42 AM Z