Pacchetto | ga.util |
Classe | public class StateDeserializer |
Ereditarietà | StateDeserializer Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 9 |
Versioni runtime: | AIR 1.0, Flash Player 10 |
Proprietà pubbliche
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 | ||
[statico]
get child element for given the child root name
| StateDeserializer | ||
[statico]
return the guide state element from the rootXML if it exists
| StateDeserializer | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione dei metodi
deserialize | () | metodo |
public function deserialize(serializedState:XML, modelRoot:IValueObject, newInstance:Function):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 9 |
Versioni runtime: | 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.
Parametri
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 | () | metodo |
public static function getChildElement(state:XML, property:String):XML
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 9 |
Versioni runtime: | AIR 1.0, Flash Player 10 |
get child element for given the child root name
Parametri
state:XML — the state information
| |
property:String — the item to retrieve
|
XML — XML
|
getGuideState | () | metodo |
public static function getGuideState(rootXml:XML):XML
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 9 |
Versioni runtime: | AIR 1.0, Flash Player 10 |
return the guide state element from the rootXML if it exists
Parametri
rootXml:XML — the source xml to search for guide state information in
|
XML — XML
|
Tue Jun 12 2018, 02:44 PM Z