RE: [flexcoders] Serialization bug in release

2006-06-28 Thread Allen Riddle
I just came across an article (http://labs.adobe.com/wiki/index.php/Flex_Enterprise_Services:resources:articles:rpc_services) saying that ArrayCollection is not serializable!!! In beta 3, web service calls returned type Array, and it worked fine. I dont understand why they (Adobe) did

RE: [flexcoders] Serialization bug in release

2006-06-28 Thread Peter Farland
ArrayCollections for Arrays. Pete From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen RiddleSent: Wednesday, June 28, 2006 5:51 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Serialization bug in release I just came across an article (http

RE: [flexcoders] Serialization bug in release

2006-06-28 Thread Kelly Birr
I'm sending myArrayCollection.toArray() to web services without problem, I don't know if that will help you or not. - Kelly From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Allen RiddleSent: Wednesday, June 28, 2006 2:01 PMTo: flexcoders@yahoogroups.comSubject:

RE: [flexcoders] Serialization bug in release

2006-06-28 Thread Allen Riddle
, 2006 5:02 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Serialization bug in release Can you pleaselog a bug or send me your test case offline (attach a zip, but rename the extension to .zp)? The makeObjectsBindable attribute on WebService (or any of its Operation

RE: [flexcoders] Serialization bug in release

2006-06-28 Thread Peter Farland
Yeah, unfortunately it isnt right now, but well be looking to make ArrayCollection serializable in WebService in an upcoming release. Remember that ArrayCollection wraps an underlying Array, so either the source property or Kellys suggestion of toArray() is another way to get back the