Android : Retrofit GSON serialize Date from json string into long or java.lang.Long

on Monday, February 16, 2015


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