Pacote | ga.util |
Classe | public class StateSerializer |
Herança | StateSerializer 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 | ||
---|---|---|---|
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
| StateSerializer | ||
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 | ||
This class when given the root value object of the guide application model will serialize the state as an XML document
| StateSerializer | ||
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 |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
STATE_ROOT_NAME : String = "_GUIDESTATE_" [estático]
Constant definining the element root name for the guide state information
| StateSerializer |
Detalhes do construtor
StateSerializer | () | Construtor |
public function StateSerializer()
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 |
Class to deserialize the state of the guide application including Inputs, SelectionLists and additional data objects
Detalhes do método
serialize | () | método |
public function serialize(root:Object):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 |
This class when given the root value object of the guide application model will serialize the state as an XML document
Parâmetros
root:Object — the root value object of the guide application model.
|
XML — XML
|
Detalhes da constante
STATE_ROOT_NAME | Constante |
public static const STATE_ROOT_NAME:String = "_GUIDESTATE_"
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 |
Constant definining the element root name for the guide state information
Wed Jun 13 2018, 11:10 AM Z