PDA

View Full Version : Manipulating ArrayCollections with AMF


kminev
07-07-2008, 03:56 PM
I need to filter some data coming from ArrayCollection and I came across with the concept AMF, but wasn't able to find any reference on the web to help me get a starting spot with it. I have serialized object passed to array collection and I need to look for certain match in some of the fields. I will be working with large amount of data so efficiency and performance is very essential for me which is the reason why I stopped on AMF.

If someone can provide with some sample and web references on how to utilize AMF I would greatly appreciate it.

Thanks in advance.