-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
What is the feature or sample requested?
For example, Feed<T> may contain a field "List<T> entries" to allow the entry
type to be a generic type of Feed. Then one can for example declare
"CalendarFeed extends Feed<CalendarEntry>".
Currently, the Client Library will in this case not be able to determine the
correct type of "entries" and can not parse them.
Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?
All.
External references, such as a standards document, or specification?
Please provide any additional information below.
Original issue reported on code.google.com by yan...@google.com on 13 Sep 2010 at 4:11
Reactions are currently unavailable