package
{
   [RemoteClass(alias="example.
Person")]

   [Bindable]
   public class Person
   {

       public var lastName:String ;
       public var phone:String;
       public var objarray:ArrayCollection;

       public function Person()
       {


       }

   }
}

now how does the java class look like on the other end to map the
objarray of the Person.as class?
I did try using the following class:::::::::::::

Person.java

package example;

public class Person {

   public String lastName;

   public String phone;

   public List objarray;

   public Person() {
   }
       }


On Mon, Mar 8, 2010 at 12:09 PM, rakshith sharma <[email protected]> wrote:

> can u just giva a code snippet of how it can be done?
> Thanks in advance
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>



-- 
Thanks,
Vaibhav Seth.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to