You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for Deserializing a Collection with Objects of Arbitrary Types
gson requires using Gson's parser API (low-level streaming parser or the DOM parser JsonParser) to parse the array elements and then use Gson.fromJson() on each of the array elements.
for Deserializing a Collection with Objects of Arbitrary Types
gson requires using Gson's parser API (low-level streaming parser or the DOM parser JsonParser) to parse the array elements and then use Gson.fromJson() on each of the array elements.
http://sites.google.com/site/gson/gson-user-guide#TOC-Collections-Limitations
I'll need to study this carefully as Custom Serialization and Deserialization may be needed to deserialize from json
The text was updated successfully, but these errors were encountered: