dewildte
02/25/2019, 4:28 PMGloUserDTO(
val created_date: String?,
val id: String?
)
The JSON that comes back looks like this:
{
"created_date": "2018-03-12T23:51:46.959Z",
"id": "some-uuid-goes-here"
}
Everything serializes except the date field.