c# - JSON deserialization question -


i have written json serializer using javascriptserializer. wondering when server add property json object, serializer still work?

take @ forward compatible data contracts on msdn: http://msdn.microsoft.com/en-us/library/ms731083.aspx

if use datacontractserializer iextensibledataobject shown in article can implement forward compatible serialization , deserialization.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -