码迷,mamicode.com
首页 > Web开发 > 详细

WCF JSON DATETIME JSON.NET (Newtonsoft.Json.dll)

时间:2016-11-15 19:47:10      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:format   set   net   soft   orm   microsoft   客户   bsp   math   


[DataMember]
public DateTime? myTime { get; set; }




var
timeFormat = new JsonSerializerSettings() { DateFormatHandling = DateFormatHandling.MicrosoftDateFormat }; string json = JsonConvert.SerializeObject(send, timeFormat); ResultData rd = JsonConvert.DeserializeObject<ResultData>(rststr, timeFormat);

 

客户端是用JSON.NET (Newtonsoft.Json.dll)

发送和接收都用

MicrosoftDateFormat

WCF JSON DATETIME JSON.NET (Newtonsoft.Json.dll)

标签:format   set   net   soft   orm   microsoft   客户   bsp   math   

原文地址:http://www.cnblogs.com/runliuv/p/6066718.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!