Closed Jericho closed 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.
[JsonConverter(typeof(CakeMailDateTimeConverter))]
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.