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
Post a Comment