I am using the Retrofit library for my REST calls. The JSON that is coming in looks like this.
{
"created_at": "2013-07-16T22:52:36Z",
}
How can I tell Retrofit or Gson to convert this into long?
This blog is all about Android development and problems\solutions
I am using the Retrofit library for my REST calls. The JSON that is coming in looks like this.
{
"created_at": "2013-07-16T22:52:36Z",
}
How can I tell Retrofit or Gson to convert this into long?
0 comments:
Post a Comment