Package | flash.net |
Interface | public interface IDynamicPropertyWriter |
ObjectEncoding.dynamicPropertyWriter
property.
See also
Method | Defined By | ||
---|---|---|---|
Writes the name and value of an IDynamicPropertyOutput object to an object with
dynamic properties. | IDynamicPropertyWriter |
writeDynamicProperties | () | method |
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.
Parameters
obj:Object — The object to write to.
| |
output:IDynamicPropertyOutput — The IDynamicPropertyOutput object that contains the name and value
to dynamically write to the object.
|
See also