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
Original issue reported on code.google.com by
ashishne...@gmail.com
on 23 Mar 2013 at 3:42