What’s the easiest way to read a .NET DateTime sent over a WCF REST service on an android program? The dates are serialized in the following format: Data=/Date(1326273723507+0100)/
Is there an easy way to deserialize this dates?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
well I had exactly the same problem, I resolved it with that simple code
if you use gson, you can also use that solution : gson serialization of Date field in MS WCF compatible form