Hi,
What is the official way to convert realm objects to json. I'm using String strEventOut = gson.toJson(data);
and it seems to be producing rubbish??? Do I need to use annotations in my realm objects? like @SerializedName("name")???
Please help, I've been looking at this simple task for ages without getting correct results? Should I use Jackson instead?