String is ok
BackendlessUser e.g. results in “null”
(v.16)
String is ok
BackendlessUser e.g. results in “null”
(v.16)
I am not sure how we missed this post. Sorry about that. I just tried with a service deployed in the cloud with the following two methods:
public BackendlessUser echoUser( BackendlessUser user )
{
return user;
}
public Person echoPerson( Person p )
{
return p;
}
There are two issues: