Pakiet | ga.util |
Klasa | public class StateSerializer |
Dziedziczenie | StateSerializer Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
| StateSerializer | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
This class when given the root value object of the guide application model will serialize the state as an XML document
| StateSerializer | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
STATE_ROOT_NAME : String = "_GUIDESTATE_" [statyczny]
Constant definining the element root name for the guide state information
| StateSerializer |
Konstruktor Szczegół
StateSerializer | () | Konstruktor |
public function StateSerializer()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
Szczegół metody
serialize | () | metoda |
public function serialize(root:Object):XML
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | 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
Parametry
root:Object — the root value object of the guide application model.
|
XML — XML
|
Szczegół stałej
STATE_ROOT_NAME | Stała |
public static const STATE_ROOT_NAME:String = "_GUIDESTATE_"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10 |
Constant definining the element root name for the guide state information
Tue Jun 12 2018, 12:06 PM Z