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

Provide default support for java.util.Map #1

Closed
GoogleCodeExporter opened this issue May 4, 2015 · 1 comment
Closed

Provide default support for java.util.Map #1

GoogleCodeExporter opened this issue May 4, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Should be able to convert the default representation of a Map. 
Should be able to deserialize {{"a":"1"},{"b":2"}} as well as
[{"a":"1"},{"b":2"}] to a map. Consider using a concrete implementation
(linked list) of Map that preserves the order of elements. 

Original issue reported on code.google.com by inder123 on 25 Apr 2008 at 7:16

@GoogleCodeExporter
Copy link
Author

Added support for serialization and deserialization of all subclasses of
java.util.Map in changelist r13:
http://groups.google.com/group/google-gson-codereviews/browse_thread/thread/6a6c
fc7309918aea

Original comment by inder123 on 29 Apr 2008 at 4:19

  • Changed state: Fixed

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