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

Code addition: JavaBeans -> primitive objects suitable for serialization #79

Open
GoogleCodeExporter opened this issue Dec 24, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

As part of a web project we needed a general way to serialize model objects 
including attached hibernate objects and other Java data structures to json, to 
make it available to JavaScript.

The code we ended up with is an entirely stand-alone solution that can be 
applied to any data to convert it to Map/List/String/Number/Boolean/null prior 
to sending it to JSONValue.toJSONString().

We are sending you this in the hope that it will be useful as an add-on to the 
project, and that it can be distributed with the project.

Best regards,
Egil Möller

Original issue reported on code.google.com by [email protected] on 31 Oct 2012 at 11:44

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 10 Aug 2013 at 4:04

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

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