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 serialization method (stringify) for GWT overlay types #11

Closed
GoogleCodeExporter opened this issue Sep 5, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

This was suggested on the google groups.
The compiler option "generate_stringify_method" would enable it.

Original issue reported on code.google.com by david.yu...@gmail.com on 8 May 2010 at 3:50

@GoogleCodeExporter
Copy link
Author

Done. rev 679

Original comment by david.yu...@gmail.com on 8 May 2010 at 5:35

  • Changed title: Add serialization (optional) of GWT overlay types (stringify/toJSON)
  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

(update) rev 684
stringify will always be generated by default.
If use_global_json is used and not in dev_mode, the generated code will 
basically
delegate to the $wnd.JSON.stringify


Original comment by david.yu...@gmail.com on 10 May 2010 at 9:37

  • Changed title: Add serialization method (stringify) for GWT overlay types

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