Posts by Leonardo Machado Moscardo • 11 points
1 post
-
1
votes1
answer65
viewsA: Convert a custom Object to JSON in Totalcross
I don’t know if you still need a solution, but I managed to do it this way: public class AuthenticationDTO { private String username; private String password; public AuthenticationDTO() { } public…