I need convert ParseObject to Json and in other time convert the Json back in ParseObject,but when I use Gson for example, don't work.
I try any forms,but no have success,my class is this:
class MyClass{
private var obj:ParseObject?=null
....gets/sets using this object
}
i need convert the obj.
Thankss ;)