Pacote | ga.util |
Classe | public class StateDeserializer |
Herança | StateDeserializer Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | AIR 1.0, Flash Player 10 |
Propriedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 | ||
[estático]
get child element for given the child root name
| StateDeserializer | ||
[estático]
return the guide state element from the rootXML if it exists
| StateDeserializer | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes do método
deserialize | () | método |
public function deserialize(serializedState:XML, modelRoot:IValueObject, newInstance:Function):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de 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.
Parâmetros
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 | () | método |
public static function getChildElement(state:XML, property:String):XML
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | AIR 1.0, Flash Player 10 |
get child element for given the child root name
Parâmetros
state:XML — the state information
| |
property:String — the item to retrieve
|
XML — XML
|
getGuideState | () | método |
public static function getGuideState(rootXml:XML):XML
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versões de runtime: | AIR 1.0, Flash Player 10 |
return the guide state element from the rootXML if it exists
Parâmetros
rootXml:XML — the source xml to search for guide state information in
|
XML — XML
|
Wed Jun 13 2018, 11:10 AM Z