Paket | ga.util |
Klass | public class StateDeserializer |
Arv | StateDeserializer Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Körningsmiljöversioner: | AIR 1.0, Flash Player 10 |
Publika egenskaper
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
This is the exposed public method of this class which when given previously serialized state and a initialized modelRoot, it will fill the modelRoot
with the provided state. | StateDeserializer | ||
[statisk]
get child element for given the child root name
| StateDeserializer | ||
[statisk]
return the guide state element from the rootXML if it exists
| StateDeserializer | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Metoddetaljer
deserialize | () | metod |
public function deserialize(serializedState:XML, modelRoot:IValueObject, newInstance:Function):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Körningsmiljöversioner: | AIR 1.0, Flash Player 10 |
This is the exposed public method of this class which when given previously serialized state and a initialized modelRoot, it will fill the modelRoot with the provided state.
Parametrar
serializedState:XML — - state previously serialized by the StateSerializer class
| |
modelRoot:IValueObject — - the top level value objects where all state is currently stored
| |
newInstance:Function — - function to use to create instances of objects given class names.
|
getChildElement | () | metod |
public static function getChildElement(state:XML, property:String):XML
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Körningsmiljöversioner: | AIR 1.0, Flash Player 10 |
get child element for given the child root name
Parametrar
state:XML — the state information
| |
property:String — the item to retrieve
|
XML — XML
|
getGuideState | () | metod |
public static function getGuideState(rootXml:XML):XML
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Körningsmiljöversioner: | AIR 1.0, Flash Player 10 |
return the guide state element from the rootXML if it exists
Parametrar
rootXml:XML — the source xml to search for guide state information in
|
XML — XML
|
Tue Jun 12 2018, 01:40 PM Z