Navigation

Search

Popular Posts

My Dot Net Developer’s tools
Removing unused CSS
Using Test Impact Analysis
Creating MSDN like help

Twitter Updates

Categories

On this page

JavaScriptSerializer - UnDeprecated with .Net 3.5 SP1

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 34
This Year: 3
This Month: 0
This Week: 0
Comments: 17

Sign In

 Sunday, December 07, 2008
Sunday, December 07, 2008 5:37:49 PM (Mountain Standard Time, UTC-07:00) ( .NET 3.5 )

Just wanted to mention that JavaScriptSerializer, which was marked as obsolete in .Net 3.5, seems to be restored back to normal status with SP1. Besides checking in the object browser, the only confirmation I found for this was a comment by Scott Gu on this blog post.
This is good news since JavaScriptSerializer does seem simpler to use and can handle anonymous types as well. Its alternative DataContractJsonSerializer is meant more for use with WCF.

kick it on DotNetKicks.com