On Sun, Sep 1, 2013 at 3:53 AM, giuseppe giorgio <gioz...@gmail.com> wrote:

> How it's possible? StringArray isn't a java data type and isn't what i'm
> expecting...
> why happen this strange thing? how can i cast StringArray into correct
> data type?
>


Before you can cast anything, you need to figure out what StringArray
represents. Eclipse should show you which package that class comes from.

You can also use reflection to peer into the class and see what it
represents. See
http://docs.oracle.com/javase/tutorial/reflect/class/classMembers.html


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to