Jericho / CakeMail.RestClient

.NET wrapper for the CakeMail API
MIT License
9 stars 3 forks source link

Exception thrown when retrieving a Client record and the 'last_activity' field contains empty date #30

Closed Jericho closed 7 years ago

Jericho commented 7 years ago

The issue is caused by the fact that the LastActivityOn field is not decorated with [JsonConverter(typeof(CakeMailDateTimeConverter))] and therefore is deserialized with the standard Json.net date serializer.