AjaxPro JSON serialization about three (3!!!) times faster

Tags: .NET, AJAX, Ajax.NET, ASP.NET, JSON

The weekend I had time to do some serialization performance changes. The new beta version that is available here is about three times faster than the current release version. I have done some changes to the IJavaScriptConverter interface (method Serialize) to support the StringBuilder like it was in earlier days with Ajax.NET (not AjaxPro). There are some more changes done to improve the serialization from .NET types to JSON.

If you found an error or bug please report this to the CodePlex issue tracker or discuss this in the AjaxPro Google group.

No Comments