android - JSONObject Serialization -


hello there method serialize jsonobject having required request data hitting web service. have read jackson, gson library not find way because have serialize jsonobject not java object.

i new android development , not being able figure out how can done.

thanks in advance.

you can serialize string reppresenting jsonobject .

the tostring() implementation of jsonobject returns need. here doc


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -