Pacoteflash.net
Interfacepublic interface IDynamicPropertyWriter

This interface is used with the IDynamicPropertyOutput interface to control the serialization of dynamic properties of dynamic objects. To use this interface, assign an object that implements the IDynamicPropertyWriter interface to the ObjectEncoding.dynamicPropertyWriter property.

Veja também

IDynamicPropertyOutput
ObjectEncoding.dynamicPropertyWriter


Métodos Públicos
 MétodoDefinido por
  
Writes the name and value of an IDynamicPropertyOutput object to an object with dynamic properties.
IDynamicPropertyWriter
Detalhes do método
writeDynamicProperties()método
public function writeDynamicProperties(obj:Object, output:IDynamicPropertyOutput):void

Writes the name and value of an IDynamicPropertyOutput object to an object with dynamic properties. If ObjectEncoding.dynamicPropertyWriter is set, this method is invoked for each object with dynamic properties.

Parâmetros

obj:Object — The object to write to.
 
output:IDynamicPropertyOutput — The IDynamicPropertyOutput object that contains the name and value to dynamically write to the object.

Veja também