Hi!

I have this function:

public List<Map<String, Object>> function1();

I need to serialize a Map with it's value as an Object.

Is that possible to do that specifing which values it will have?

For example, the Object will receive, Integer, Double, String and Date
only.

How to do that?

If I use Serializable as parameter it generates to much code to decode
every kind of serializable Objects.

Thanks!.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to