Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Ajay_Kostha
Ajay_Kostha
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Ajay_Kostha
Customize the badges you want to showcase on your profile
Re: Objects returned by a java list not getting deserialized - Adobe LiveCycle 13-07-2009
The result from the server is an ArrayCollection, which include two type of objects. I am already type casting the result to an ArrayCollection. Probably I could'nt make you understand the problem.I state the problem again.The result from the server is in the form of ArrayCollection, which should have two type of objects say "A" and "B". Since "A" has not been instantiated before the result is received from server, flex throws the error.Ajay

Views

152

Likes

0

Replies

0
Objects returned by a java list not getting deserialized - Adobe LiveCycle 06-07-2009
HiI am calling a java function which return a list. This list include two types of object say Gallery and galleryGroup. These objects have implemented Externalizable interface. There are corresponding object in Flex say Gallery and GalleryGroup, which also implement IExternalizable interface.A call has been made to java object to return the list which include object of Gallery and GalleryGroup. If object Gallery is not instantiated before the result is received, It gives following error.Argument...

Views

2.3K

Likes

0

Replies

3