Error While Serailize/De-Serailize DateTime in JSON format : A Solution
June 12, 2011 Leave a comment
Sometimes back, I was working on one my modules in my application. Here I had an of a Class which has some properties of DateTime type. Actually I was serializing the object using JavaScriptSerializer to serialize it in JSON format but later could not be able to deserialize it again.
So I thought of digging deep to this problem. So I will be discussing it with an example. Let’s have a class Continue reading…

Code Projetc Mentor