Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add read Json method to IOTools #30

Open
mgaldzic opened this issue Mar 25, 2011 · 0 comments
Open

add read Json method to IOTools #30

mgaldzic opened this issue Mar 25, 2011 · 0 comments
Milestone

Comments

@mgaldzic
Copy link
Member

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

@ghost ghost assigned mgaldzic Jun 4, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant