Hi Miika, I have been working on a similar project for a short while, and at the moment I am considering using google web toolkit for front end, and asp.net for back end. Microsoft's ajax extensions have support for automatically serializing objects to json and deserializing parameters to objects. I have done some tests and I can pass objects back and forward. the complexity of objects was not very high, though I managed to pass arrays of arrays etc. There are also json libraries out there which might be usefull if you have to implement this functionality for .net 1.1 etc.
Cheers Seref Miika Makinen wrote:
Hi guys, Does anybody have experience with some of the (too) many JSON libraries for .Net? I'm looking to build a whole "Gmail"-like interactive web application using custom made MVC-framework. Requirements (in my mind now) - Ideally source code available in C# - Easy serialization of somewhat complex classes (including some generic collections which could if necessary be converted to nongeneric ones) Thanks for any comments, Miika =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
=================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com