Michael Schwarz schrieb: > Hi, > > it will not have any sideeffect for the JavaScriptSerializer, because > these parts are written using the JavaScript notation. If you want to
Ok, i take a look at the latest source release, now you are using the separators from System.Globalization.NumberFormatInfo, in an older version i saw that you are using hard coded ","<>"." replacements. Sorry for my answer, but i used "may" :) But i saw i little bug in JavaScriptDeserializer.DeserializePrimitive(IJavaScriptObject n, Type type) You are replacing the "." everytime with the current decimal separator, even if the type is a char. Maybe you dev-version has already fixed this. -- Freundliche Grüße Albert Weinert http://der-albert.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info -~----------~----~----~----~------~----~------~--~---
