Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The IItemConverter interface is the basic interface for
converting a serialized data item to a data class instance.
This interface is generally used in a LazyCollection.
org.apache.flex.net.dataConverters.LazyCollection.
public function convertItem(data:String):Object
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Take the input string (could be serialized data set,
XML, or JSON) and return a data class instance.
Parameters
data :String
— Serialized data item, XML or JSON.
Returns Object
— An instance of a data class.
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00