| Issue 16: | Support Array of int or Number | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. Create class with Array member 2. Annotate with type="int" or type="Number" or type="String" [XmlArray(alias="nums",type="Number",memberName="n")] public var nums:Array = new Array(); 3. Serialize - works fine 4. Deserialize Expected output - array of number. Actual result - nothing Changing type to some other class (e.g. Mock3) works fine Using Version FlexXB-1_3-19072009 on WinXP
Sep 16, 2009
Project Member
#1
alex.id....@gmail.com
Sep 16, 2009
(No comment was entered for this change.)
Status:
Accepted
Sep 17, 2009
(No comment was entered for this change.)
Status:
Started
Sep 20, 2009
Fixed deserialization of arrays of simple typed objects.
Status:
Fixed
Dec 28, 2009
(No comment was entered for this change.)
Status:
Verified
|