abdulrehmanz / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

no option for runtime conversion using class type and data object #507

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i am having a requirement for converting an object to json and then 
reconverting json string to object.

For Converting bean to JSON- i am having following input-
- bean object
- Class type object of bean to be converted to JSON. 
(generic conversion of bean object of any type)

and on other side for conversion from JSON string to java bean object, i am 
having following input-
- JSON string for the bean.
- Class object of type in which JSON is to be converted. 
(generic conversion of bean object of any type)

Original issue reported on code.google.com by ashishne...@gmail.com on 23 Mar 2013 at 3:42