Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The IInputParser interface is the basic interface for parsing
data from a server or database into an array of items.
This interface is generally used in a LazyCollection.
org.apache.flex.net.dataConverters.LazyCollection.
public function parseItems(s:String):Array
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 an array of serialized data
items.
Parameters
s :String
— Serialized data set, XML or JSON.
Returns Array
— An Array of serialized data items.
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00