套件 | ga.util |
類別 | public class StateSerializer |
繼承 | StateSerializer Object |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | AIR 1.0, Flash Player 10 |
公用方法
方法 | 定義自 | ||
---|---|---|---|
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
| StateSerializer | ||
指出物件是否有已定義的指定屬性。 | Object | ||
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。 | Object | ||
指出指定的屬性是否存在,以及是否可列舉。 | Object | ||
This class when given the root value object of the guide application model will serialize the state as an XML document
| StateSerializer | ||
為迴圈作業設定動態屬性的可用性。 | Object | ||
傳回代表此物件的字串,根據地區特定慣例進行格式化。 | Object | ||
會傳回指定之物件的字串形式。 | Object | ||
會傳回指定之物件的基本值。 | Object |
公用常數
常數 | 定義自 | ||
---|---|---|---|
STATE_ROOT_NAME : String = "_GUIDESTATE_" [靜態]
Constant definining the element root name for the guide state information
| StateSerializer |
建構函式詳細資料
StateSerializer | () | 建構函式 |
public function StateSerializer()
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | AIR 1.0, Flash Player 10 |
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
方法詳細資訊
serialize | () | 方法 |
public function serialize(root:Object):XML
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | 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
參數
root:Object — the root value object of the guide application model.
|
XML — XML
|
常數詳細資訊
STATE_ROOT_NAME | 常數 |
public static const STATE_ROOT_NAME:String = "_GUIDESTATE_"
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
執行階段版本: | AIR 1.0, Flash Player 10 |
Constant definining the element root name for the guide state information
Tue Jun 12 2018, 03:47 PM Z